Commit 63848d5c by 张祺

修改导入excel的问题

parent a85e51e1
...@@ -279,7 +279,7 @@ public class DataEnterCtrl { ...@@ -279,7 +279,7 @@ public class DataEnterCtrl {
} }
} }
} }
taskService.saveTaskValues(taskIndValues, taskId, Constants.INPUT_EXCEL); taskService.saveTaskValues(taskIndValues, taskId, null);
} catch (Exception e) { } catch (Exception e) {
log.error("数据填报导入出错:taskId=" + taskId , e); log.error("数据填报导入出错:taskId=" + taskId , e);
result = Result.genFailedResult("导入excel出错"); result = Result.genFailedResult("导入excel出错");
......
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