- fix bug in OrderManager.OnOrderComments
This commit is contained in:
@@ -52,6 +52,8 @@ type IOrderManager interface {
|
||||
OnWaybillStatusChanged(bill *model.Waybill) (err error)
|
||||
|
||||
LoadOrder(vendorOrderID string, vendorID int) (order *model.GoodsOrder, err error)
|
||||
LoadOrder2(vendorOrderID2 string, vendorID int) (order *model.GoodsOrder, err error)
|
||||
|
||||
UpdateWaybillVendorID(bill *model.Waybill, revertStatus bool) (err error)
|
||||
UpdateOrderStatusAndFlag(order *model.GoodsOrder) (err error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user