修改美团取消订单

This commit is contained in:
邹宗楠
2022-03-08 14:53:20 +08:00
parent e82f50a135
commit 26f8665251
2 changed files with 22 additions and 25 deletions

View File

@@ -194,7 +194,7 @@ func (w *OrderManager) OnWaybillStatusChanged(bill *model.Waybill) (err error) {
Status: status,
VendorStatus: bill.VendorStatus,
StatusTime: bill.StatusTime,
Remark: bill.Remark,
Remark: bill.Remark + ",订单运费:" + fmt.Sprintf("%d", bill.DesiredFee),
}
w.OnOrderStatusChanged(bill.VendorOrgCode, fakeOrderStatus)
}