| | |
| | | |
| | | void importUserHouseLabel(List<UserHouseLabelExcel> data, Boolean isCovered); |
| | | |
| | | /** |
| | | * |
| | | * @param page |
| | | * @param householdLabel |
| | | * @return |
| | | */ |
| | | IPage<HouseholdLabelVO> statisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | |
| | | /** |
| | | * 组织部 |
| | | * @param page |
| | | * @param householdLabel |
| | | * @return |
| | | */ |
| | | public IPage<HouseholdLabelVO> orgStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | |
| | | /** |
| | | * 统战 |
| | | * @param page |
| | | * @param householdLabel |
| | | * @return |
| | | */ |
| | | public IPage<HouseholdLabelVO> unitedFrontStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | |
| | | IPage<HouseholdLabelVO> getCommunityStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<UserHouseLabelEntity> getLabelList(String labelName); |
| | | |
| | | /** |
| | | * 关注 |
| | | * @param page |
| | | * @param householdLabel |
| | | * @return |
| | | */ |
| | | IPage<HouseholdLabelVO> followStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | } |