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)