|
@@ -65,7 +65,6 @@ public class GlobalExceptionHandler {
|
|
|
|
|
|
|
|
@ExceptionHandler(NotPermissionException.class)
|
|
@ExceptionHandler(NotPermissionException.class)
|
|
|
public R handleNotPermissionException(NotPermissionException e) {
|
|
public R handleNotPermissionException(NotPermissionException e) {
|
|
|
- log.error(e.getMessage(), e);
|
|
|
|
|
return R.result(ResultCode.UN_AUTHORIZED);
|
|
return R.result(ResultCode.UN_AUTHORIZED);
|
|
|
}
|
|
}
|
|
|
|
|
|