Commit 3aec3e7f authored by yanzg's avatar yanzg

修改公式和计算帮助类

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