| | |
| | | |
| | | import com.panzhihua.common.model.dtos.common.*; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.TreeListVO; |
| | | import com.panzhihua.common.model.vos.partybuilding.excel.ComPbCheckUnitExcelVO; |
| | | |
| | | import java.util.List; |
| | |
| | | * @date 2022-02-16 16:22:26 |
| | | */ |
| | | R queryByPage(PageComPbCheckUnitDto comPbCheckUnit); |
| | | |
| | | R treeList(TreeListVO treeListVO); |
| | | |
| | | R orgList(); |
| | | |
| | | /** |
| | | * description insert 新增数据 |
| | |
| | | * @param choice |
| | | * @return |
| | | */ |
| | | R unitStatisticsTop(Long communityId, String belongTo, String choice); |
| | | R unitStatisticsTop(Long communityId, String belongTo, String choice,Long[] unitIds); |
| | | |
| | | /** |
| | | * 报到单位统计 |
| | |
| | | * @param checkUnitId |
| | | * @return |
| | | */ |
| | | R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId); |
| | | R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId,Long[] unitIds); |
| | | |
| | | /** |
| | | * 报到党员统计-按单位归属统计 |