Commit 3aec3e7f authored by yanzg's avatar yanzg

修改公式和计算帮助类

parent 6552c317
......@@ -116,7 +116,7 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
result(timeout, log, status, result, true);
}
}
/**
* 写入状态
*
......@@ -144,7 +144,7 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
*
* @param log
*/
public void remove(LogVo log) {
private void remove(LogVo log) {
Timeout<LogVo> timeout = cache.get(log.getLogId());
result(timeout, log, StringHelper.EMPTY, StringHelper.EMPTY, false);
}
......
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