- 如果不同意用户取消订单成功后,把上解锁订单

This commit is contained in:
gazebo
2019-04-29 11:52:45 +08:00
parent efdc78da59
commit 0124cf4bcd
4 changed files with 15 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ type IOrderManager interface {
UpdateWaybillVendorID(bill *model.Waybill, revertStatus bool) (err error)
UpdateOrderStatusAndFlag(order *model.GoodsOrder) (err error)
UpdateOrderFields(order *model.GoodsOrder, fieldList []string) (err error)
LoadWaybill(vendorWaybillID string, waybillVendorID int) (bill *model.Waybill, err error)
OnOrderComments(orderCommentList []*model.OrderComment) (err error)