田源
2023-10-12 dfa74d70bc18445534c120a27b4b9260aeb2e2f3
Source/UBCS/ubcs-auth/src/main/java/com/vci/ubcs/auth/utils/TokenUtil.java
@@ -168,7 +168,7 @@
      if (tenant == null || tenant.getId() == null) {
         throw new UserDeniedAuthorizationException(TokenUtil.USER_HAS_NO_TENANT);
      }
      if (StringUtil.equalsIgnoreCase(tenant.getTenantId(), BladeConstant.ADMIN_TENANT_ID)) {
      if (StringUtil.equalsIgnoreCase(tenant.getTenantId(), nacosConfigCache.getAdminUserInfo().getTenantId())) {
         return false;
      }
      if (getTenantProperties().getLicense()) {