Commit a02bcbd6 authored by neo's avatar neo

[BugFix] fixed maual formual default keyvalueid

parent 13712764
......@@ -918,6 +918,7 @@ public class ReportServiceImpl {
dataSource.setAmount(data.getAmount());
dataSource.setUpdateBy("admin");
dataSource.setUpdateTime(new Date());
dataSource.setKeyValueDataId("EmptyKeyValueDataId");
periodDataSourceMapper.updateByPrimaryKeySelective(dataSource);
if (!cellData.getData().equals("#VALUE!")) {
cellData.setData(new BigDecimal(cellData.getData()).add(changeValue).toString());
......
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