Commit b5a03847 authored by chenyuefang's avatar chenyuefang

update

parent 5cec039a
...@@ -58,7 +58,7 @@ public class ExportController { ...@@ -58,7 +58,7 @@ public class ExportController {
if (StringUtils.isEmpty(compose.getExportExeclName())){ if (StringUtils.isEmpty(compose.getExportExeclName())){
object.put("exportExeclName","企业基本信息导出"); object.put("exportExeclName","企业基本信息导出");
} }
object.put("exportTemplateName","szh-enterprise-info.xlsx"); object.put("exportTemplateName","http://123.60.218.188:9099/company/");
object.put("exportStartRow",3); object.put("exportStartRow",3);
return exportService.enterpriseInfoExport(object); return exportService.enterpriseInfoExport(object);
} }
......
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