|
@@ -68,6 +68,9 @@ public class AuditLogInterceptor extends HandlerInterceptorAdapter {
|
|
|
saveLog(operateName,servletPath,request);
|
|
|
return;
|
|
|
}
|
|
|
+ if(servletPath.contains("/task/")){
|
|
|
+ return;
|
|
|
+ }
|
|
|
String substring = servletPath.substring(servletPath.lastIndexOf("/") + 1).toLowerCase();
|
|
|
if(logUrl == null){
|
|
|
logUrl = new ArrayList<>();
|