Commit ee48edef authored by yanzg's avatar yanzg

修复bug

parent 9eafa837
...@@ -82,7 +82,7 @@ public class AspectMq { ...@@ -82,7 +82,7 @@ public class AspectMq {
throw e; throw e;
} finally { } finally {
logService.logCurrentRemove(); logService.logCurrentRemove();
aspectLogResult.responseLog(declaringType, TAG, url, clear, start, joinPoint, result, ex, log); aspectLogResult.responseLog(declaringType, TAG, url, clear, start, requestBody, result, ex, log);
} }
} }
......
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