RuoYi
2021-07-01 ef5197f03455a0ee823dbadb685bf979c5fa3443
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);