소스 검색

Merge branch 'feature/0721-tenant' of http://git.dayaedu.com/yonge/cooleshow into feature/0721-tenant

liujc 1 년 전
부모
커밋
5eb4d11efd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantUnbindRecordMapper.xml

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

@@ -38,7 +38,7 @@
                 t.user_name_ like concat ('%',#{param.keyword},'%') or
                 t.phone_ like concat ('%',#{param.keyword},'%') or
                 ti.name_ like concat ('%',#{param.keyword},'%') or
-                ti.user_name_ like concat ('%',#{param.keyword},'%') or
+                ti.username_ like concat ('%',#{param.keyword},'%') or
                 ti.phone_ like concat ('%',#{param.keyword},'%')
                 )
             </if>