md
This commit is contained in:
parent
85e243872e
commit
85d5c74dc5
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user