| | |
| | | |
| | | 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); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<UserHouseLabelEntity> getLabelList(@Param("labelNames") String labelName); |
| | | |
| | | List<HouseholdLabelVO> followStatisticalLabels(IPage page, @Param("householdLabel") HouseholdLabelVO householdLabel); |
| | | } |