Commit 015e360a by 翁国栋

八小时运营后台导入异常bug

parent d35a96de
...@@ -929,7 +929,7 @@ public class InsureContorll { ...@@ -929,7 +929,7 @@ public class InsureContorll {
// if (message.size() > 0) { // if (message.size() > 0) {
// return ResultUtil.data(selectUserList, JSONObject.toJSONString(message) + "已投过保"); // return ResultUtil.data(selectUserList, JSONObject.toJSONString(message) + "已投过保");
// } // }
return ResultUtil.data(selectUserList, "导入成功"); return ResultUtil.data(allList, "导入成功");
} }
@PostMapping(value = "/importUserClient") @PostMapping(value = "/importUserClient")
...@@ -1059,7 +1059,7 @@ public class InsureContorll { ...@@ -1059,7 +1059,7 @@ public class InsureContorll {
// if (message.size() > 0) { // if (message.size() > 0) {
// return ResultUtil.data(selectUserList, JSONObject.toJSONString(message) + "已投过保"); // return ResultUtil.data(selectUserList, JSONObject.toJSONString(message) + "已投过保");
// } // }
return ResultUtil.data(selectUserList, "导入成功"); return ResultUtil.data(allList, "导入成功");
} }
......
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