修改去掉无用代码

parent da1906e9
......@@ -51,7 +51,7 @@ public class LogCallHttpAspect {
}
return result;
}
public void asyncRecordIt(ProceedingJoinPoint pjp, Object result, String remoteIP){
Object[] args = pjp.getArgs();
String methodName = pjp.getSignature().getName();
......
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