songhuangfeng123
2022-07-05 260687df882672c651f5f668d932b0f31c328ba4
safePlatfrom-out-web/src/main/java/com/gkhy/safePlatform/config/exception/GlobalExceptionHandler.java
@@ -38,7 +38,7 @@
    @ExceptionHandler(value = BusinessException.class)
    public ResultVO AHandler(BusinessException e) {
        logger.warn(e.getMessage());
        return new ResultVO(e.getError());
        return new ResultVO(e.getCode(),e.getMessage());
    }