Commit c4a61327 authored by 赵啸非's avatar 赵啸非

修改访问日志添加

parent 31243c40
......@@ -104,6 +104,9 @@ public class WebLogAspect {
//paspId
spanId = String.valueOf(Integer.parseInt(spanId) + 1);
pspanId = spanId;
}else{
spanId="1";
pspanId="0";
}
AccessLogPdu accessLogPdu = new AccessLogPdu();
......
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