springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml
@@ -45,7 +45,7 @@ and cpcu.org_name like concat(#{dto.keyWord},'%') </if> <if test="dto.name != null and dto.name != ''"> and cpcu.`name` like concat(#{dto.name},'%') and cpcu.`name` like concat('%',#{dto.name},'%') </if> <if test="dto.contacts != null and dto.contacts != ''"> and cpcu.`contacts` like concat(#{dto.contacts},'%')