修改内存泄漏 并发延迟问题

parent 250e3240
......@@ -52,7 +52,6 @@ public class LogCallHttpAspect {
return result;
}
//@Async
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