Showing
1 changed file
with
1 additions
and
0 deletions
| ... | ... | @@ -263,6 +263,7 @@ public class BusinessDataExportHandler implements ExportHandler { |
| 263 | 263 | dataMap.put("regionName", orderInfo.getRegionName() == null ? "" : orderInfo.getRegionName()); |
| 264 | 264 | dataMap.put("stockUpCompanyName", orderInfo.getStockUpCompanyName() == null ? "" : orderInfo.getStockUpCompanyName()); |
| 265 | 265 | dataMap.put("priceListNo", orderInfo.getPriceListNo()); |
| 266 | + dataMap.put("productionProcess", orderInfo.getProductionProcess()); | |
| 266 | 267 | ExcelUtil.processTemplate(workbook, dataMap); |
| 267 | 268 | if ("PDF".equals(queryVo.getExportFileType())) { |
| 268 | 269 | // 输出PDF | ... | ... |