This commit is contained in:
linfso 2024-06-07 10:12:16 +08:00
parent 0f9dc6675a
commit 8512e18e1f

View File

@ -578,8 +578,6 @@ public class EmisBaseService {
}
Map<String, Object> order = new HashMap<>();
order.put("orderSn", waybill.getOrderSn());
order.put("ydSn", billCode);
@ -773,7 +771,7 @@ public class EmisBaseService {
if(isSubBill) {
// 子单的序号
Integer subSeqNum=Integer.valueOf(subBillSuffix);
order.put("subSeqNum", waybill.getOrderSn());
order.put("subSeqNum", subSeqNum);
}
String packType="";