RuoYi
2020-09-24 86c7a763bce88be1cc4b7b3973cf8074b9cc8fd0
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());
    }
    /**