This commit is contained in:
linfso 2024-05-09 15:21:08 +08:00
parent 85e243872e
commit 85d5c74dc5

View File

@ -304,7 +304,7 @@ public class EmisWaybillController extends BaseController
if(order!=null) {
if("1".equals(isNeedPdf)) {
if("T".equals(isNeedPdf)) {
ByteArrayOutputStream os = new ByteArrayOutputStream();
IXddTplPrint tplPrint = new TanexTplPrintImpl();
tplPrint.genPDF(order, os);