Commit 808565c0 authored by yanzg's avatar yanzg

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

parent 4456c168
......@@ -144,7 +144,7 @@ public class AspectLogUrl {
url = item.value()[0];
}
} else if (annotation instanceof GetMapping) {
PostMapping item = (PostMapping) annotation;
GetMapping item = (GetMapping) annotation;
if (item.value().length > 0) {
url = item.value()[0];
}
......
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