lin
2024-03-16 7859dc22f82ff90aca3c0cebbab6fde0423290f9
src/main/java/org/springblade/modules/house/controller/UserHouseLabelController.java
@@ -131,6 +131,17 @@
   }
   /**
    * 房屋-标签 房屋自定义新增或修改
    * @param householdLabel
    * @return
    */
   @PostMapping("/saveOrUpdateHouseLabel")
   @ApiOperation(value = "自定义新增或修改", notes = "传入householdLabel")
   public R saveOrUpdateHouseLabel(@Valid @RequestBody UserHouseLabelEntity householdLabel) {
      return R.status(householdLabelService.saveOrUpdateHouseLabel(householdLabel));
   }
   /**
    * 住户-标签 删除
    */
   @PostMapping("/remove")
@@ -178,7 +189,10 @@
   /**
    *
    * 街道重点人员标签统计
    * @param householdLabel
    * @param query
    * @return
    */
   @GetMapping("/getRegionStatisticalLabels")
   @ApiOperation(value = "统计标签", notes = "")
@@ -188,7 +202,10 @@
   }
   /**
    *
    * 社区重点人员标签统计
    * @param householdLabel
    * @param query
    * @return
    */
   @GetMapping("/getCommunityStatisticalLabels")
   @ApiOperation(value = "统计标签", notes = "")