Commit dacab637 authored by liuChang's avatar liuChang

bug修复

parent 740920bb
...@@ -64,7 +64,7 @@ public class ExportService { ...@@ -64,7 +64,7 @@ public class ExportService {
List<String> list = new ArrayList<>(); List<String> list = new ArrayList<>();
for (int i = 0; i < companyNameList.size(); i++) { for (int i = 0; i < companyNameList.size(); i++) {
if (null==companyNameList.get(i)){ if (null==companyNameList.get(i)){
return AjaxResult.error("上传格式有误"); return AjaxResult.error("请使用正确的模板");
} }
if (i<500){ if (i<500){
list.add(companyNameList.get(i).getCompanyName()); list.add(companyNameList.get(i).getCompanyName());
......
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