提交 d14eb2be 编写于 作者: L lican 提交者: 彭勇升 pengys

fix first formula,like #1164 (#1179)

上级 bd28d447
......@@ -86,6 +86,7 @@ public abstract class MergePersistenceWorker<INPUT_AND_OUTPUT extends StreamData
if (mergeDataCache.containsKey(input.getId())) {
mergeDataCache.get(input.getId()).mergeAndFormulaCalculateData(input);
} else {
input.calculateFormula();
mergeDataCache.put(input.getId(), input);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册