...
|
...
|
@@ -2932,7 +2932,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
JSONObject orderCargoObj = new JSONObject();
|
|
|
orderCargoObj.put("name", orderInfo.getGoodsInfo());//货物名称
|
|
|
orderCargoObj.put("count", 1);//货物数量
|
|
|
orderCargoObj.put("unit", "g");//货品单位
|
|
|
orderCargoObj.put("unit", "036");//货品单位
|
|
|
orderCargoObj.put("sku", orderInfo.getSkup());//商品sku
|
|
|
orderCargoObj.put("seq", 1);//商品序号seq
|
|
|
orderCargoObj.put("customCode", product.getHsCode());//海关编码
|
...
|
...
|
|