101captain
2022-06-01 1a21c37e2c41236c89e97a33e9da65c5fe7971b6
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)