Commit 80663a52fbc1aae4c3df3d8f17809fedc425024e

Authored by 房远帅
1 parent 12c351a8

打印模板检查

@@ -293,7 +293,7 @@ public class ShipmentsOrderInfoController extends DefaultBaseController { @@ -293,7 +293,7 @@ public class ShipmentsOrderInfoController extends DefaultBaseController {
293 // 加载模板文件 293 // 加载模板文件
294 String templatePath = "templates/shipmentsOrderTemplate_02.xlsx"; 294 String templatePath = "templates/shipmentsOrderTemplate_02.xlsx";
295 if ("TYPE_1".equals(vo.getType())) { 295 if ("TYPE_1".equals(vo.getType())) {
296 - templatePath = "templates/shipmentsOrderTemplate_01.xlsx"; 296 + templatePath = "templates/shipmentsOrderTemplate_03.xlsx";
297 } 297 }
298 // 创建临时目录 298 // 创建临时目录
299 Path tempDir = null; 299 Path tempDir = null;