Commit 50194853 authored by yanzg's avatar yanzg

1.0-SNAPSHOT的支持

parent 99c14401
......@@ -62,7 +62,8 @@ public class AspectMq {
String requestBody = aspectLogBody.getRequestBody(message);
LogVo log = new LogVo();
boolean clear = aspectLogStart.requestLogInit();
boolean clear = true;
aspectLogStart.requestLogInit();
aspectLogStart.requestLog(declaringType, TAG, url, requestBody, log, clear);
long start = System.currentTimeMillis();
Object result = null;
......
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