aa
This commit is contained in:
@@ -61,7 +61,7 @@ func (p *PurchaseHandler) AcceptOrRefuseOrder(order *model.GoodsOrder, isAcceptI
|
||||
status = model.OrderStatusAccepted
|
||||
//京东商城第二个号要自动接单
|
||||
if order.VendorOrgCode == "2" {
|
||||
|
||||
err = api.JdShop2API.SetOrderStateToWait(utils.Str2Int64(order.VendorOrderID2))
|
||||
}
|
||||
} else {
|
||||
status = model.OrderStatusCanceled
|
||||
|
||||
Reference in New Issue
Block a user