소스 검색

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>