Commit 4e279e7e authored by yanzg's avatar yanzg

表结构修改

parent 5de2e4f5
......@@ -63,6 +63,7 @@ public class ThreadNext {
boolean isHistoryEx = frontEx == null || !(frontEx.getClass() == ex.getClass() &&
StringHelper.compare(frontEx.getMessage(), ex.getMessage()));
if (isHistoryEx) {
ex.printStackTrace();
Log.error(ThreadNext.class, ex);
}
frontEx = ex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment