Commit 1b757745 authored by yanzg's avatar yanzg

修复异常提醒,从而正确的跟踪异常信息

parent 4fb19acc
......@@ -156,8 +156,7 @@ public class AspectWeb {
//获取返回值类型
Signature s = joinPoint.getSignature();
MethodSignature ms = (MethodSignature) s;
Method m = ms.getMethod();
return m;
return ms.getMethod();
}
/**
......
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