linwe
2024-07-29 aeb7d068be92312dcdcea75e1240bcf2a78dd0fe
src/main/java/org/springblade/modules/house/mapper/UserHouseLabelMapper.java
@@ -44,7 +44,23 @@
   List<Integer> getUserLabelList(UserHouseLabelDTO userHouseLabelDTO);
   List<HouseholdLabelVO> statisticalLabels(IPage page, HouseholdLabelVO householdLabel);
   List<HouseholdLabelVO> statisticalLabels(IPage page, @Param("householdLabel") HouseholdLabelVO householdLabel);
   /**
    * 组织部
    * @param page
    * @param householdLabel
    * @return
    */
   List<HouseholdLabelVO> orgStatisticalLabels(IPage page, @Param("householdLabel") HouseholdLabelVO householdLabel);
   /**
    * 统战人员
    * @param page
    * @param householdLabel
    * @return
    */
   List<HouseholdLabelVO> unitedFrontStatisticalLabels(IPage page, @Param("householdLabel") HouseholdLabelVO householdLabel);
   List<HouseholdLabelVO> getCommunityStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel);
@@ -54,4 +70,6 @@
    * @return
    */
    List<UserHouseLabelEntity> getLabelList(@Param("labelNames") String labelName);
   List<HouseholdLabelVO> followStatisticalLabels(IPage page, @Param("householdLabel") HouseholdLabelVO householdLabel);
}