RuoYi
2021-08-16 e272fb638c3636820ff0274a270bb5eb7b6d992d
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);