springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationHouseDAO.java
@@ -156,6 +156,9 @@ "<if test='populationHouseAdminDTO.villageId != null'>" + " and cmph.village_id = #{populationHouseAdminDTO.villageId} " + " </if> " + "<if test='populationHouseAdminDTO.address != null and populationHouseAdminDTO.address != "" '>" + " AND cmph.address = #{populationHouseAdminDTO.address} " + " </if> " + " </where>" + " order by update_at desc" + " </script>")