Commit 2dfe624e by 张祺

修改审批通过处理同期值的问题

parent 82fe8d2e
...@@ -524,6 +524,7 @@ public class TaskServiceImpl implements TaskService { ...@@ -524,6 +524,7 @@ public class TaskServiceImpl implements TaskService {
if (needLast) { if (needLast) {
IndicatorsData last = new IndicatorsData(); IndicatorsData last = new IndicatorsData();
last.setBatchNo(task.getId()); last.setBatchNo(task.getId());
last.setCode(task.getOrgNo());
last.setDataType("double"); last.setDataType("double");
last.setDim2(lastValueTime); last.setDim2(lastValueTime);
last.setDim1(value.getObjId()); last.setDim1(value.getObjId());
......
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