RuoYi
2021-10-10 eb4376b649a0f8783e8f70406a438ad3c61b8f12
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);