Commit 0f29f66d authored by shiyu's avatar shiyu

系统鉴定通过发送模板消息展示物流单号

parent 9f62a7ce
......@@ -248,7 +248,7 @@ public class SysIdentifyOrderServiceImpl implements SysIdentifyOrderService {
try {
DeliveryNoticeMsg deliveryNoticeMsg = new DeliveryNoticeMsg();
deliveryNoticeMsg.setDistributionOrderId(distributionOrderId);
deliveryNoticeMsg.setWaybill(dto.getOutLogisticsCode());
deliveryNoticeMsg.setWaybill(dto.getOutWaybill());
deliveryNoticeMsg.setAddress(distributionOrder.getReceiverName() + " " + distributionOrder.getReceiverPhone() + " " + distributionOrder.getReceiverAddress());
SupplierItem supplierItem = supplierItemDao.findById(distributionOrder.getItemId());
deliveryNoticeMsg.setItemName(supplierItem.getName());
......
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