修改中文文档为英文
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ public class LawsMarketStandardDetailServiceImpl extends ServiceImpl<LawsMarketS
|
||||
@Override
|
||||
public void downloadTemplate(HttpServletResponse response) {
|
||||
// 模板存放地址
|
||||
ClassPathResource resource = new ClassPathResource("excelTemplate/导入模板-市场法规清单.xls");
|
||||
ClassPathResource resource = new ClassPathResource("excelTemplate/marketStandard.xls");
|
||||
try (InputStream inputStream = resource.getInputStream();
|
||||
OutputStream outputStream = response.getOutputStream()
|
||||
) {
|
||||
|
||||
+1
-1
@@ -336,7 +336,7 @@ public class LawsStandardMasterPlanServiceImpl
|
||||
|
||||
@Override
|
||||
public ModelAndView exportExcel(HttpServletRequest request, LawsStandardMasterPlanVO lawsStandardMasterPlanVO) {
|
||||
String templateUrl = exportExcelTempPath + File.separator + "主计划导出.xlsx";
|
||||
String templateUrl = exportExcelTempPath + File.separator + "mainPlanExport.xlsx";
|
||||
TemplateExportParams params = new TemplateExportParams(templateUrl);
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
List<Map<String, String>> listMap = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user