浏览代码

fix:话术搜索

liujunchi 2 年之前
父节点
当前提交
e6de4b7f5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/AuditReasonMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/AuditReasonMapper.xml

@@ -41,7 +41,7 @@
                 and t.type_ = #{param.type}
             </if>
             <if test="param.search != null and param.search != ''">
-                and t.name like concat('%', #{param.search},'%')
+                and t.name_ like concat('%', #{param.search},'%')
             </if>
         </where>
 	</select>