فهرست منبع

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>