xubh 5 anni fa
parent
commit
2ecccfe1fc

+ 1 - 0
src/main/java/com/minpay/shouhuo/deliveryaction/DeliveryAction.java

@@ -688,6 +688,7 @@ public class DeliveryAction implements IMINAction{
 			mapNew.put("deliveryNo", "T".concat(dlId));
 			mapNew.put("channel", "V01");
 			mapNew.put("returnUrl", "");
+			mapNew.put("branchid", vmEquipmentInf.getBranchid());
 			mapNew.put("MINView", "JSON");
 			JSONObject jsonOb = JSONObject.fromObject(mapNew);
 			String str = jsonOb.toString();