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