xubh 4 年之前
父節點
當前提交
da591e2db8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/minpay/shouhuo/deliveryaction/DeliveryAction.java

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

@@ -220,6 +220,7 @@ public class DeliveryAction implements IMINAction{
 		mapNew.put("channel", user.getChannel());
 		mapNew.put("returnUrl", returnUrl);
 		mapNew.put("MINView", "JSON");
+        mapNew.put("orderNo", orderNo);
 		JSONObject jsonOb = JSONObject.fromObject(mapNew);
 		String str = jsonOb.toString();
 		Log.info("通知售货机推货:".concat(str));