Просмотр исходного кода

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

liujc 1 год назад
Родитель
Сommit
5eb4d11efd

+ 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>