songhuangfeng123
2022-07-05 43105be63e02a447916c56d1b9707e02f7fa4d62
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());
    }