...
|
...
|
@@ -1371,6 +1371,8 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
|
|
|
req.setExpressCompanyId(companyId); // 根据订单的商品的region 判断是 走顺丰还是中通国际
|
|
|
|
|
|
LOGGER.info("result of checkForPlatformExpress is req {}", req);
|
|
|
|
|
|
return buyerOrder;
|
|
|
}
|
|
|
|
...
|
...
|
|