Eric пре 1 година
родитељ
комит
8315dafa09

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

@@ -316,6 +316,9 @@
             <when test="clientId == 'ORGANIZATION'">
                 tenant_staff
             </when>
+            <otherwise>
+                employee
+            </otherwise>
         </choose>
         where user_id_ = #{userId}
     </select>