Browse Source

党员中心户

master
lichao 1 year ago
parent
commit
3ef49ea7bd
  1. 2
      epmet-module/resi-partymember/resi-partymember-server/src/main/java/com/epmet/modules/partymember/service/impl/YiFengScreenServiceImpl.java

2
epmet-module/resi-partymember/resi-partymember-server/src/main/java/com/epmet/modules/partymember/service/impl/YiFengScreenServiceImpl.java

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

Loading…
Cancel
Save