|
@ -229,12 +229,12 @@ public class PowerAxisStructServiceImpl extends BaseServiceImpl<PowerAxisStructD |
|
|
public PowerAxisStructViewResultDTO getStatistics(PowerAxisStructViewFormDTO form) { |
|
|
public PowerAxisStructViewResultDTO getStatistics(PowerAxisStructViewFormDTO form) { |
|
|
form.setCustomerId(loginUserUtil.getLoginUserCustomerId()); |
|
|
form.setCustomerId(loginUserUtil.getLoginUserCustomerId()); |
|
|
|
|
|
|
|
|
String gridCateGoryCode = baseDao.getCateGoryCode(form.getCustomerId(),PowerTagLevelEnum.CHILD_FIRST.level(),PowerTagCategoryEnum.STRUCT.category()); |
|
|
|
|
|
// 查网格党支部数 grid_party
|
|
|
// 查网格党支部数 grid_party
|
|
|
|
|
|
String gridCateGoryCode = baseDao.getCateGoryCode(form.getCustomerId(),PowerTagLevelEnum.CHILD_FIRST.level(),PowerTagCategoryEnum.STRUCT.category()); |
|
|
int gridParty = baseDao.queryGridParty(form,gridCateGoryCode); |
|
|
int gridParty = baseDao.queryGridParty(form,gridCateGoryCode); |
|
|
|
|
|
|
|
|
String groupCateGoryCode = baseDao.getCateGoryCode(form.getCustomerId(),PowerTagLevelEnum.CHILD_SECOND.level(),PowerTagCategoryEnum.STRUCT.category()); |
|
|
|
|
|
// 查楼院党小组数 group_party
|
|
|
// 查楼院党小组数 group_party
|
|
|
|
|
|
String groupCateGoryCode = baseDao.getCateGoryCode(form.getCustomerId(),PowerTagLevelEnum.CHILD_SECOND.level(),PowerTagCategoryEnum.STRUCT.category()); |
|
|
int groupParty = baseDao.queryGroupParty(form,groupCateGoryCode); |
|
|
int groupParty = baseDao.queryGroupParty(form,groupCateGoryCode); |
|
|
// 查询党员数
|
|
|
// 查询党员数
|
|
|
int partyNum = 0; |
|
|
int partyNum = 0; |
|
|