|
@@ -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();
|
|
|
}
|
|
|
}
|
|
|
}
|