物料订单状态变化测试
This commit is contained in:
@@ -579,12 +579,15 @@ func AdjustOrder(ctx *jxcontext.Context, order *model.GoodsOrder, removedSkuList
|
||||
}
|
||||
|
||||
func PickupGoods(order *model.GoodsOrder, isSelfDelivery bool, userName string) (err error) {
|
||||
globals.SugarLogger.Debugf("orderSolutionForWuLiao1")
|
||||
err = changeOrderStatus(order.VendorOrderID, model.OrderStatusFinishedPickup, "")
|
||||
globals.SugarLogger.Debugf("orderSolutionForWuLiao2")
|
||||
err = orderSolutionForWuLiao(order)
|
||||
return err
|
||||
}
|
||||
|
||||
func orderSolutionForWuLiao(order *model.GoodsOrder) (err error) {
|
||||
globals.SugarLogger.Debugf("orderSolutionForWuLiao3, [%v]", *order)
|
||||
if order.FromStoreID != 0 {
|
||||
// var (
|
||||
// goodsNos []string
|
||||
@@ -939,3 +942,11 @@ func GetHalfHoursList() (strs []string) {
|
||||
}
|
||||
return strs
|
||||
}
|
||||
|
||||
func GetMatterOrderStatus(ctx *jxcontext.Context, vendorOrderID string) (err error) {
|
||||
// var (
|
||||
// db = dao.GetDB()
|
||||
// )
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user