java110
2022-06-01 e52ddfe8caf7d0027950033a5aff2a1fd3482e9d
service-api/src/main/java/com/java110/api/aop/PageProcessAspect.java
@@ -179,7 +179,7 @@
            return o;
        } catch (Throwable e) {
            logger.error("执行方法异常", e);
            return new ResponseEntity("内部异常" + e.getLocalizedMessage(), HttpStatus.BAD_REQUEST);
            return new ResponseEntity(e.getLocalizedMessage(), HttpStatus.BAD_REQUEST);
        }
    }