| | |
| | | |
| | | R treeList(TreeListVO treeListVO); |
| | | |
| | | R orgList(); |
| | | |
| | | /** |
| | | * description insert 新增数据 |
| | | * |
| | |
| | | * @param choice |
| | | * @return |
| | | */ |
| | | R unitStatisticsTop(Long communityId, String belongTo, String choice,Long[] unitIds); |
| | | R unitStatisticsTop(Long communityId, String belongTo, String choice,Long[] unitIds,String yearTime); |
| | | |
| | | /** |
| | | * 报到单位统计 |
| | |
| | | * @param checkUnitId |
| | | * @return |
| | | */ |
| | | R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId,Long[] unitIds); |
| | | R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId,Long[] unitIds ,String yearTime); |
| | | |
| | | /** |
| | | * 报到党员统计-按单位归属统计 |