Commit 844f54e5 by hzc

增加了导入成功的状态

parent 7d51c816
...@@ -280,6 +280,8 @@ public class DataEnterCtrl { ...@@ -280,6 +280,8 @@ public class DataEnterCtrl {
} }
} }
taskService.saveTaskValues(taskIndValues, taskId, null); taskService.saveTaskValues(taskIndValues, taskId, null);
//成功
result= Result.genOkResult();
} 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