!233 修正方法名单词拼写错误

Merge pull request !233 from lyqwer/N/A
master
若依 4 years ago committed by Gitee
commit bd1edc6dcc
  1. 2
      ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java

@ -22,7 +22,7 @@ public class ExceptionUtil
return str; return str;
} }
public static String getRootErrorMseeage(Exception e) public static String getRootErrorMessage(Exception e)
{ {
Throwable root = ExceptionUtils.getRootCause(e); Throwable root = ExceptionUtils.getRootCause(e);
root = (root == null ? e : root); root = (root == null ? e : root);

Loading…
Cancel
Save