RuoYi
2021-11-16 eb76d5a4d03d0069afbc9e4c7086f4e98967b93c
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);