提交 6ee69f22 authored 作者: huyufan's avatar huyufan

修改逻辑

上级 429fb261
...@@ -115,7 +115,7 @@ public class TransportSyncServiceImpl implements TransportSyncService { ...@@ -115,7 +115,7 @@ public class TransportSyncServiceImpl implements TransportSyncService {
param.setSendName(sendAddress.getContact()); param.setSendName(sendAddress.getContact());
param.setSendMobile(sendAddress.getContactPhone()); param.setSendMobile(sendAddress.getContactPhone());
param.setFreightNoCard(settlementDriverDetail.getSettlementFreight().intValue()); param.setFreightNoCard(settlementDriverDetail.getSettlementFreight().intValue());
param.setReceiveAddress(orderChild.getReceiveAddress()); param.setReceiveAddress(receiveAddress.getAddress());
param.setReceiveProvince(receiveAddress.getProvince()); param.setReceiveProvince(receiveAddress.getProvince());
param.setReceiveCity(receiveAddress.getCity()); param.setReceiveCity(receiveAddress.getCity());
param.setReceiveCounty(receiveAddress.getCounty()); param.setReceiveCounty(receiveAddress.getCounty());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论