This commit is contained in:
linfso 2024-07-05 08:23:59 +08:00
parent f05afb92e6
commit 779c82948a

View File

@ -705,7 +705,7 @@ public class EmisWaybillController extends EmisBaseController
// billSubCodeAllStr=billSubCodeAllStr+emisWaybill.getBillCodeSub()+",";
Map<String, Object> order = emisBaseService.getWaybillPrintOrder(billCodeItem, billCodeRange,tpCodeItem, "zh", "",printManCode);
String pdfBase64Data=xtp.genPNGBase64(order);
String pdfBase64Data=xtp.genPDFBase64(order);
JSONObject jObj=new JSONObject();
jObj.put("result","success");
jObj.put("billCodeItem",billCodeItem);