tangxiaobao
2021-08-19 7f4a8cfcc7a0e56275c4c97b38be12bede550488
Merge branch 'master' into txb
1个文件已修改
3 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java
@@ -224,9 +224,6 @@
            "<if test='comMngPopulationVO.remark != null and comMngPopulationVO.remark != &quot;&quot;'>" +
            "AND cmp.remark = #{comMngPopulationVO.remark} " +
            " </if> " +
            "<if test='comMngPopulationVO.houseId != null and comMngPopulationVO.houseId != &quot;&quot;'>" +
            "AND cmp.house_id = #{comMngPopulationVO.houseId} " +
            " </if> " +
            " </where>" +
            " order by cmp.create_at desc" +
            "</script>")