springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java
@@ -180,7 +180,7 @@ " AND cmv.`alley` LIKE concat(#{pageInputUserDTO.areaName},'%') " + " </if> " + "<if test='pageInputUserDTO.tags != null and pageInputUserDTO.tags != ""'>" + " AND cmp.label LIKE concat(#{pageInputUserDTO.tags},'%') " + " AND cmp.label like concat('%',#{pageInputUserDTO.tags},'%') " + " </if> " + " order by cmp.create_at desc " + "</script>")