111
k94314517
2025-02-28 04dba6a17f836b5fbdf0eedff8a129c6785fd8a2
server/web/src/main/java/com/doumee/jtt808/web/controller/ExceptionController.java
@@ -29,11 +29,11 @@
    private static final Pattern compile = Pattern.compile("'\\w*'");
    @ExceptionHandler(Exception.class)
    public APIResult<?> onException(Exception e) {
        log.error("系统异常", e);
        return new APIResult<>(e);
    }
//    @ExceptionHandler(Exception.class)
//    public APIResult<?> onException(Exception e) {
//        log.error("系统异常", e);
//        return new APIResult<>(e);
//    }
    @ExceptionHandler(APIException.class)
    public APIResult<?> onAPIException(APIException e) {