Commit 577a7b36 authored by neo.wang's avatar neo.wang

Merge branch 'dev_neo' into 'dev'

[DEV] add default remap batch id

See merge request root/atms!68
parents a5d269b1 6063f0b3
......@@ -96,6 +96,7 @@ public class FormulaAgent extends VatAbstractService {
ds.setColumnName(m.getColumnName() == null ? "" : m.getColumnName());
ds.setRowIndex(m.getRowIndex());
ds.setColumnIndex(m.getColumnIndex());
ds.setRemapBatchId("0");//TODO: tobe fixed
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