- 设置美团外卖的自动拣货时间为4分钟
This commit is contained in:
@@ -168,10 +168,6 @@ func (p *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *mo
|
||||
return order
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) GetStatusActionTimeout(statusType, status int) time.Duration {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) AcceptOrRefuseOrder(order *model.GoodsOrder, isAcceptIt bool, userName string) (err error) {
|
||||
if !isAcceptIt {
|
||||
if globals.EnableStoreWrite && globals.EnableWscStoreWrite {
|
||||
|
||||
Reference in New Issue
Block a user