Commit 4b584629 by ping.wu

Merge branch 'feature/20220905_创建配送单收货人取值修复_wuping' of…

Merge branch 'feature/20220905_创建配送单收货人取值修复_wuping' of https://gitlab.freemud.com/order-group-application/order-group into qa
parents 2272be7a a93a1072
......@@ -54,7 +54,7 @@ public class DeliverySdkAdapter {
deliveryOrderRequestDto.setStorePhone(storeInfo.getPhone());
deliveryOrderRequestDto.setStoreName(order.getShopName());
deliveryOrderRequestDto.setCityName(storeInfo.getCity());
deliveryOrderRequestDto.setReceiverName(order.getUserName());
deliveryOrderRequestDto.setReceiverName(order.getContactsName());
deliveryOrderRequestDto.setReceiverPrimaryPhone(order.getPhone());
deliveryOrderRequestDto.setReceiverAddress(order.getAddress());
deliveryOrderRequestDto.setReceiverLng(BigDecimal.valueOf(order.getLongitude()));
......
......@@ -63,7 +63,7 @@ public class OrderBeanV1 {
*/
private String address;
/**
* 收货地址
* 收货人名称
*/
private String contactsName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment