arccode opened this issue 4 years ago · 2 comments
业务层使用@AopLog(type = "描述", stackTraceOnErr = true)进行注解,并在业务末尾进行清理(LogData.removeCurrent());采用自定义收集器方式发现LogData.getCostTime() == 0, 如果不清理LogData.getCostTime() 数据正常
在使用了@AopLog的方法里面无需调用LogData.removeCurrent(),AopLog会自动帮忙释放
已解决