소스 검색

Merge branch 'dev_1_2_1_20220802'

liujunchi 3 년 전
부모
커밋
c1d7ec73bf
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>