md
This commit is contained in:
parent
d75988a2dc
commit
70badd6536
@ -565,7 +565,7 @@ public class EmisWaybillController extends BaseController
|
||||
String[] billCodeArr = billCode.split(",");
|
||||
|
||||
for(String billCodeItem:billCodeArr) {
|
||||
Map<String, Object> order = emisBaseService.getWaybillPrintOrder(billCode, billCodeRange,tplCode,lang, printType);
|
||||
Map<String, Object> order = emisBaseService.getWaybillPrintOrder(billCodeItem, billCodeRange,tplCode,lang, printType);
|
||||
JSONObject printItem = new JSONObject();
|
||||
printItem.put("billCode",billCodeItem);
|
||||
if(order!=null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user