- use new jx to process jd bad comment and elm urge order

This commit is contained in:
gazebo
2018-10-09 10:14:28 +08:00
parent 818a7d95b1
commit 7f2d829914
7 changed files with 78 additions and 12 deletions

View File

@@ -43,6 +43,8 @@ type IOrderManager interface {
LoadOrder(vendorOrderID string, vendorID int) (order *model.GoodsOrder, err error)
UpdateWaybillVendorID(bill *model.Waybill, revertStatus bool) (err error)
UpdateOrderStatusAndFlag(order *model.GoodsOrder) (err error)
LoadWaybill(vendorWaybillID string, waybillVendorID int) (bill *model.Waybill, err error)
}
type IPurchasePlatformHandler interface {