소스 검색

获取用户基本信息

zouxuan 1 년 전
부모
커밋
ace326f7c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysUserMapper.xml

+ 1 - 1
cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysUserMapper.xml

@@ -305,7 +305,7 @@
           and status_ in ('NOT_START','ING')
     </select>
     <select id="getTenantByClient" resultType="java.lang.Long">
-        select * from
+        select tenant_id_ from
         <choose>
             <when test="clientId == 'STUDENT'">
                 student