lidongdong
2023-11-14 ce4a770744d7a0b4e4ea3b5101556b94e72bdf1c
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComPropertyPublicityApi.java
@@ -62,13 +62,6 @@
        return communityService.getComPropertyPublicity(id);
    }
    @ApiOperation(value = "小区列表", response = ComMngVillageVO.class)
    @GetMapping("/list/village")
    @ApiImplicitParam(name = "communityId", value = "社区id", required = true)
    public R listVillage(@RequestParam(value = "communityId") Long communityId) {
        return communityService.listVillage(null, communityId);
    }
    @ApiOperation(value = "增加物业宣传浏览量")
    @GetMapping("/incr-view")
    @ApiImplicitParam(name = "id", value = "物业宣传id", required = true)