Commit 7288c694 by 张祺

修改填报数据的修改

parent 7c7fce42
...@@ -194,7 +194,7 @@ public class DataEnterCtrl { ...@@ -194,7 +194,7 @@ public class DataEnterCtrl {
value.setUpdater(userId); value.setUpdater(userId);
value.setUpdateTime(now); value.setUpdateTime(now);
} }
taskService.saveTaskValues(values, taskId, Constants.INPUT_ONLINE); taskService.saveTaskValues(values, taskId, null);
return Result.genOkResult(); return Result.genOkResult();
} }
......
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