101captain
2022-05-30 44c53402533a214caf5c136cba6b0f540dd1f131
bug修改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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},'%')