md
This commit is contained in:
parent
11b7bd2582
commit
845b91cc15
@ -728,7 +728,7 @@ public class EmisWaybillController extends EmisBaseController
|
||||
String[] subCodArr=billSubCodeAllStr.split(",");
|
||||
for (String item:subCodArr) {
|
||||
if(!StringUtils.isEmpty(item)) {
|
||||
Map<String, Object> order = emisBaseService.getWaybillPrintOrder(billCodeItem, billCodeRange, tpCodeItem, "zh", "", printManCode);
|
||||
Map<String, Object> order = emisBaseService.getWaybillPrintOrder(item, billCodeRange, tpCodeItem, "zh", tpCodeItem, printManCode);
|
||||
String pdfBase64Data = xtp.genPDFBase64(order);
|
||||
JSONObject jObj = new JSONObject();
|
||||
jObj.put("result", "success");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user