hgw 3 年 前
コミット
9f217d9a70

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ImLiveRoomBlackMapper.xml

@@ -30,7 +30,7 @@
         real_name_ as realName,
         phone_     as phone
         from sys_user
-        where find_in_set('STUDENT', a.user_type_)
+        where find_in_set('STUDENT', user_type_)
         and lock_flag_ = 0
         and del_flag_ = 0
         and tenant_id_ = 1