This commit is contained in:
linfso 2025-03-16 22:36:43 +08:00
parent 651b11cd96
commit aabdb48d84

View File

@ -112,7 +112,7 @@ public class EmisSettleSubBillServiceImpl extends EmisBaseService implements IEm
OutputStream outputStream = response.getOutputStream();
InputStream fis = new ClassPathResource(tplName).getInputStream();
/*1.根据模板生成文档*/
String fileName = URLEncoder.encode(emisWaybillOld.getIntoWarehouseBillCode(), "UTF-8");
String fileName = billCode;
List<EmisWaybillDeclareGoods> declareGoodsList = new ArrayList<EmisWaybillDeclareGoods>();