|
@@ -80,6 +80,11 @@ public class VisitLogInterceptor {
|
|
|
|
|
|
//放行
|
|
//放行
|
|
Object result = pjp.proceed();
|
|
Object result = pjp.proceed();
|
|
|
|
+
|
|
|
|
+ if("GET".equals(method)){
|
|
|
|
+ return result;
|
|
|
|
+ }
|
|
|
|
+
|
|
String msg = null;
|
|
String msg = null;
|
|
if(!ObjectUtils.isEmpty(result)){
|
|
if(!ObjectUtils.isEmpty(result)){
|
|
msg = "操作失败";
|
|
msg = "操作失败";
|