wangliang 3 rokov pred
rodič
commit
ed7659fbcb

+ 1 - 1
teachcloud-common/src/main/java/com/qmth/teachcloud/common/service/impl/AuthInfoServiceImpl.java

@@ -128,7 +128,7 @@ public class AuthInfoServiceImpl implements AuthInfoService {
             AuthOrgInfoDto authOrgInfoDto = commonCacheService.authInfoCache(code);
             if (Objects.isNull(authOrgInfoDto) || (Objects.nonNull(authOrgInfoDto) && authOrgInfoDto.getControl().hasExpired())) {
                 //TODO因授权文件失败暂时开发去掉
-                throw ExceptionResultEnum.AUTH_INFO_ERROR.exception();
+//                throw ExceptionResultEnum.AUTH_INFO_ERROR.exception();
             }
         }
     }