Commit 2a6c95ad authored by yanzg's avatar yanzg

将源码打包进jar包

parent 1a4cb727
...@@ -62,7 +62,10 @@ public class AspectLogResult { ...@@ -62,7 +62,10 @@ public class AspectLogResult {
// 记录请求时间 // 记录请求时间
logCountTime.finish(fullUrl, time, isError); logCountTime.finish(fullUrl, time, isError);
// ThreadHelper.waitRun(WAIT_MAX, WAIT_ITEM, k -> StringHelper.isEmpty(log.getLogId())) // ThreadHelper.waitRun(WAIT_MAX, WAIT_ITEM, k -> StringHelper.isEmpty(log.getLogId()))
if (StringHelper.isEmpty(log.getLogId()) || !isLogDisplay) { if (StringHelper.isEmpty(log.getLogId())) {
return;
}
if (!isLogDisplay) {
logLocal.remove(log); logLocal.remove(log);
return; return;
} }
......
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