java110
2022-03-17 eeecad9e33c74100b1714f10f7ab2eb149ef1490
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);
        }
    }