RuoYi
2020-11-30 91a2f7b16b178b62c1f282ad80f0d8c3774e9f2f
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());
    }
    /**