RuoYi
2021-11-17 9c3cf692ec5c32a3df450b65a5882ccb6f9fc189
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);