src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java
@@ -189,7 +189,10 @@ /** * * 街道重点人员标签统计 * @param householdLabel * @param query * @return */ @GetMapping("/getRegionStatisticalLabels") @ApiOperation(value = "统计标签", notes = "") @@ -199,7 +202,10 @@ } /** * * 社区重点人员标签统计 * @param householdLabel * @param query * @return */ @GetMapping("/getCommunityStatisticalLabels") @ApiOperation(value = "统计标签", notes = "")