提交 ae01ca1b authored 作者: aiqingguo's avatar aiqingguo

承运同步

上级 4eaaf15b
...@@ -117,6 +117,14 @@ public class TransportSyncServiceImpl implements TransportSyncService { ...@@ -117,6 +117,14 @@ public class TransportSyncServiceImpl implements TransportSyncService {
param.setPayFinishedTime(orderChild.getFinishTime().toString()); param.setPayFinishedTime(orderChild.getFinishTime().toString());
param.setReceiveNet(orderChild.getUnloadNet()); param.setReceiveNet(orderChild.getUnloadNet());
param.setAdvanceType(0); param.setAdvanceType(0);
param.setSourceOrderNo(orderChild.getOrderNo());
param.setSourceGoodsNo(orderChild.getOrderGoodsNo());
param.setSourceInvoicingType();
param.setSourceFreightPrice();
param.setSourceInvoicingPrice();
param.setSourceLossPrice();
param.setInvoiceRelationNo(orderInfoFeign.getContactPhoneOwner()); param.setInvoiceRelationNo(orderInfoFeign.getContactPhoneOwner());
Optional<List<OrderChildImage>> listOptional = orderChildImageDao.listLoadAndUnload(orderChild.getChildNo()); Optional<List<OrderChildImage>> listOptional = orderChildImageDao.listLoadAndUnload(orderChild.getChildNo());
if (listOptional.isPresent()) { if (listOptional.isPresent()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论