| | |
| | | comMngPopulationVO.setHouseList(houseList); |
| | | } |
| | | |
| | | if(comMngPopulationVO!=null&&StringUtils.isNotEmpty(comMngPopulationVO.getPhone())){ |
| | | if(comMngPopulationVO!=null&&StringUtils.isNotEmpty(comMngPopulationVO.getCardNoStr())){ |
| | | fourMemberDetailVO.setComMngPopulationVO(comMngPopulationVO); |
| | | ComPbMemberVO comPbMemberDO=comPbMemberDAO.selectById(comMngPopulationVO.getPhone()); |
| | | ComPbMemberVO comPbMemberDO=comPbMemberDAO.selectById(comMngPopulationVO.getCardNoStr()); |
| | | if(comPbMemberDO!=null){ |
| | | fourMemberDetailVO.setPartyBuildingMemberVO(comPbMemberDO); |
| | | } |