lyqwer
2021-05-21 b2914cbcb19c2b7d181e8f9618ca9385d577a980
修正方法名单词拼写错误
1 files modified
2 ■■■ changed files
ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java 2 ●●● patch | view | raw | blame | history
ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java
@@ -22,7 +22,7 @@
        return str;
    }
    public static String getRootErrorMseeage(Exception e)
    public static String getRootErrorMessage(Exception e)
    {
        Throwable root = ExceptionUtils.getRootCause(e);
        root = (root == null ? e : root);