| | |
| | | |
| | | @Override |
| | | public R selectByMember(CommonPage commonPage) { |
| | | IPage<ComMngPopulationVO> comMngPopulationDOIPage=this.comMngPopulationDAO.query(new Page<ComMngPopulationDO>(commonPage.getPage(),commonPage.getSize()),commonPage); |
| | | IPage<ComMngPopulationNoSecretVO> comMngPopulationDOIPage=this.comMngPopulationDAO.query(new Page<ComMngPopulationDO>(commonPage.getPage(),commonPage.getSize()),commonPage); |
| | | if (!comMngPopulationDOIPage.getRecords().isEmpty()) { |
| | | comMngPopulationDOIPage.getRecords().forEach(populDO -> { |
| | | if (StringUtils.isNotEmpty(populDO.getBirthday())) { |