|
@@ -201,7 +201,7 @@ public class CheckViewBizAuthAspect {
|
|
|
data = checkNumAuth.getData();
|
|
|
}
|
|
|
if(Objects.nonNull(data) || !data.isViewAuth()){
|
|
|
- throw new BusinessException(ErrorCode.PASSWORD_ERROR);
|
|
|
+ throw new BusinessException(ErrorCode.AUTH_FAIL.code(), "无权访问");
|
|
|
}
|
|
|
}
|
|
|
}
|