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