xubh 5 년 전
부모
커밋
2ecccfe1fc
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

@@ -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();