RuoYi
2021-03-21 457ec516f72056b0a9363dbb005a8382a59d8930
ruoyi-common/ruoyi-common-security/src/main/java/com/ruoyi/common/security/handler/GlobalExceptionHandler.java
@@ -29,7 +29,7 @@
    @ExceptionHandler(BaseException.class)
    public AjaxResult baseException(BaseException e)
    {
        return AjaxResult.error(e.getMessage());
        return AjaxResult.error(e.getDefaultMessage());
    }
    /**