|
@@ -163,7 +163,7 @@ public class CustomerCommonServiceImpl implements CustomerCommonService {
|
|
|
postage.setSalesOrderId(customerCommon.getSalesOrderId()); //efast订单号
|
|
|
postage.setPostageClientName(customerCommon.getRelationBackName());
|
|
|
postage.setPostageClientTel(customerCommon.getRelationBackTel());
|
|
|
- //postage.ser
|
|
|
+ postage.setPostageClientAddress(customerCommon.getRelationSendAddress());
|
|
|
postage.setPostageLogisticsCompany(customerCommon.getRelationBackLogisticsCompany());
|
|
|
postage.setPostageLogisticsNo(customerCommon.getRelationBackLogisticsNo());
|
|
|
postage.setPostageAmount(customerCommon.getRelationBackPostage()); //寄回邮费
|