RuoYi
2021-05-26 c7b6858433546f226ab6a15be4cc30c789c70c8a
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/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);