Commit 75bbf736 authored by neo's avatar neo

[bugfix] fixed bb datasource insert celltemplateid and period

parent 0914bd07
......@@ -97,6 +97,8 @@ public class FormulaAgent extends VatAbstractService {
ds.setRowIndex(m.getRowIndex());
ds.setColumnIndex(m.getColumnIndex());
ds.setRemapBatchId("0");//TODO: tobe fixed
ds.setCellTemplateId(Long.parseLong(m.getCellTemplateID()));
ds.setPeriod(m.getPeriod());
dataSourceMapper.insert(ds);
});
......
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