...
|
...
|
@@ -3111,6 +3111,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
Product product = productMapper.selectByPrimaryKey(sellerGoods.getProductId());
|
|
|
|
|
|
JSONObject data = new JSONObject();
|
|
|
data.put("mark", "现货转寄存");
|
|
|
data.put("mailNo", expressRecord.getWaybillCode());
|
|
|
data.put("expressNumber", expressRecord.getWaybillCode());
|
|
|
data.put("payMethod", req.getPayMethod());
|
...
|
...
|
@@ -3531,7 +3532,8 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
|
|
|
//寄件人信息
|
|
|
jsonObj.put("jCompany", "UFO鉴定中心");
|
|
|
jsonObj.put("jContact", sellerGoods.getDepotNo().equals(DepotType.BJ.getCode()) ? "林思慧" : "UFO鉴定中心");
|
|
|
// jsonObj.put("jContact", sellerGoods.getDepotNo().equals(DepotType.BJ.getCode()) ? "林思慧" : "UFO鉴定中心");
|
|
|
jsonObj.put("jContact", "UFO鉴定中心");
|
|
|
jsonObj.put("jTel", "4008899646");
|
|
|
jsonObj.put("jMobile", "4008899646");
|
|
|
jsonObj.put("jCountry", "中国");
|
...
|
...
|
|