修改中文文档为英文

This commit is contained in:
梁琦涛
2024-08-19 10:08:17 +08:00
parent 38085ffd5a
commit 2bb0736c03
6 changed files with 10 additions and 10 deletions
@@ -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()
) {
@@ -324,7 +324,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<>();