linwei
2024-01-11 514bda8dd09270c15919515091dee644d5a59518
src/main/java/org/springblade/modules/house/service/impl/UserHouseLabelServiceImpl.java
@@ -54,6 +54,7 @@
   /**
    * 住户-标签 自定义新增或修改
    *
    * @param householdLabel
    * @return
    */
@@ -94,4 +95,9 @@
   public IPage<HouseholdLabelVO> statisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel) {
      return page.setRecords(baseMapper.statisticalLabels(page, householdLabel));
   }
   @Override
   public IPage<HouseholdLabelVO> getCommunityStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel) {
      return page.setRecords(baseMapper.getCommunityStatisticalLabels(page, householdLabel));
   }
}