...
|
...
|
@@ -1909,7 +1909,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
cargoObj.put("name", "衣服鞋帽");
|
|
|
cargoObj.put("count", 1);
|
|
|
cargoObj.put("unit", "件");
|
|
|
jsonObj.put("cargo", cargoObj.toJSONString());
|
|
|
jsonObj.put("cargo", cargoObj);
|
|
|
|
|
|
//收件人信息
|
|
|
if(buyerOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_JUDGE_PASS.getByteVal())
|
...
|
...
|
@@ -2769,4 +2769,5 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|