| | |
| | | "<if test='comMngPopulationVO.remark != null and comMngPopulationVO.remark != ""'>" + |
| | | "AND cmp.remark = #{comMngPopulationVO.remark} " + |
| | | " </if> " + |
| | | "<if test='comMngPopulationVO.address != null and comMngPopulationVO.address != ""'>" + |
| | | "AND cmp.address like concat('%', #{comMngPopulationVO.address}, '%') " + |
| | | " </if> " + |
| | | " </where>" + |
| | | " order by cmp.create_at desc" + |
| | | "</script>") |
| | |
| | | " cmp.card_no, " + |
| | | " cmp.label, " + |
| | | " cmp.address, " + |
| | | " cmp.culture_level, " + |
| | | " cmp.nation, " + |
| | | " cmp.political_outlook, " + |
| | | " cmp.sex, " + |