springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml
@@ -432,7 +432,7 @@ AND cmp.`name` LIKE concat(#{pageInputUserDTO.name},'%') </if> <if test='pageInputUserDTO.areaName != null and pageInputUserDTO.areaName != ""'> AND cmv.`alley` LIKE concat(#{pageInputUserDTO.areaName},'%') AND cmv.`name` LIKE concat(#{pageInputUserDTO.areaName},'%') </if> <if test='pageInputUserDTO.tags != null and pageInputUserDTO.tags != ""'> AND cmpct.label like concat('%',#{pageInputUserDTO.tags},'%')