中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 c32b4d0e5877c28aade98548889cc20f38249709
#
1个文件已修改
12 ■■■■■ 已修改文件
src/main/resources/mapper/CstmrMapper.xml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/CstmrMapper.xml
@@ -62,7 +62,17 @@
            and mc.host_id = #{hostId}
        </if>
        <if test="condition != null and condition != ''">
            and mc.name like concat('%',#{condition},'%')
            and (
                and mc.uuid like concat('%',#{condition},'%')
                and mc.name like concat('%',#{condition},'%')
                and mc.simple like concat('%',#{condition},'%')
                and mc.rela like concat('%',#{condition},'%')
                and mc.tel like concat('%',#{condition},'%')
                and mc.contacts like concat('%',#{condition},'%')
                and mc.remarks like concat('%',#{condition},'%')
                and mc.director like concat('%',#{condition},'%')
                and mc.addr like concat('%',#{condition},'%')
            )
        </if>
        ORDER BY mc.create_time DESC
    </select>