- 定单--->订单

This commit is contained in:
gazebo
2018-07-16 17:17:37 +08:00
parent b75739d6c2
commit 5e59317ec7
7 changed files with 16 additions and 16 deletions

View File

@@ -213,7 +213,7 @@ func (c *OrderController) AcceptOrRefuseOrder(order *model.GoodsOrder, isAcceptI
}
// 饿了么没有拣货这个状态,直接返回成功
// 真实流程中也不会调用这个方法,因为接收单后状态会直接转移到已拣货
// 真实流程中也不会调用这个方法,因为接收单后状态会直接转移到已拣货
func (c *OrderController) PickedUpGoods(order *model.GoodsOrder) (err error) {
return nil
}