|
|
@ -111,7 +111,7 @@ public class YiFengScreenServiceImpl implements YiFengScreenService, ResultDataR |
|
|
|
.eq(IcPartyMemberEntity::getAgencyId, agencyId)); |
|
|
|
YiFengScreenPartyOrgCategoryResultDTO zhongxinhuDto = new YiFengScreenPartyOrgCategoryResultDTO(); |
|
|
|
zhongxinhuDto.setName("党员中心户"); |
|
|
|
zhongxinhuDto.setPartyOrgType("7"); |
|
|
|
zhongxinhuDto.setPartyOrgType("8"); |
|
|
|
zhongxinhuDto.setValue(icPartyMemberDao.selectCount(zhongxinhuLqW)); |
|
|
|
l.add(zhongxinhuDto); |
|
|
|
return l; |
|
|
|