md
This commit is contained in:
parent
651b11cd96
commit
aabdb48d84
@ -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>();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user