张天森
2022-11-14 81fb069c7aa1a710fada4cff91b46ed7c7813288
update
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml
@@ -160,7 +160,7 @@
        where del_flag=1
        AND app_id=#{appId}
        <if test="keyWord != null and keyWord != ''">
            AND name like concat('%',#{keyWord},'%') OR phone like concat('%',#{keyWord},'%')
            AND name like concat('%',#{keyWord},'%') or phone like concat('%',#{keyWord},'%')
        </if>
        <if test="level != null">
            <if test="level == 2">