Commit 9cd786cd authored by yanzg's avatar yanzg

修复等待时间

parent 0b38ddd8
...@@ -52,7 +52,7 @@ public class AspectLogResult { ...@@ -52,7 +52,7 @@ public class AspectLogResult {
public void responseLog(Class<?> cls, String tag, String url, boolean logFlag, long start, public void responseLog(Class<?> cls, String tag, String url, boolean logFlag, long start,
Object requestBody, Object result, Exception resultEx, LogVo log) { Object requestBody, Object result, Exception resultEx, LogVo log) {
try { try {
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())) { if (StringHelper.isEmpty(log.getLogId())) {
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