소스 검색

优化代码

hgw 3 년 전
부모
커밋
9f217d9a70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ImLiveRoomBlackMapper.xml

+ 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