Commit 1dbb8f95 authored by yanzg's avatar yanzg

修改实例化关系

parent b11b7014
...@@ -44,7 +44,7 @@ public class MqAspect extends BaseRequestAspect { ...@@ -44,7 +44,7 @@ public class MqAspect extends BaseRequestAspect {
public Object requestMqAround(ProceedingJoinPoint joinPoint) throws Throwable { public Object requestMqAround(ProceedingJoinPoint joinPoint) throws Throwable {
boolean clear = isRabbit(joinPoint); boolean clear = isRabbit(joinPoint);
if (clear) { if (clear) {
clear = clear && requestLogInit(); clear = requestLogInit();
} }
Class declaringType = joinPoint.getSignature().getDeclaringType(); Class declaringType = joinPoint.getSignature().getDeclaringType();
String url = getMethodUrl(joinPoint); String url = getMethodUrl(joinPoint);
......
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