| | |
| | | "cmp.census_register, \n" + |
| | | "cmp.healthy, \n" + |
| | | "cmp.birthday, \n" + |
| | | "cmp.update_at, \n" + |
| | | "cmp.is_rent \n" + |
| | | "FROM \n" + |
| | | "com_mng_population AS cmp " + |
| | |
| | | "<if test='comMngPopulationVO.actId != null'>" + |
| | | " and cmp.act_id = #{comMngPopulationVO.actId} " + |
| | | " </if> " + |
| | | "<if test='comMngPopulationVO.outOrLocal != null'>" + |
| | | " and cmp.out_or_local = #{comMngPopulationVO.outOrLocal} " + |
| | | " </if> " + |
| | | "<if test='comMngPopulationVO.villageId != null'>" + |
| | | " and cmp.village_id = #{comMngPopulationVO.villageId} " + |
| | | " </if> " + |