chuangjian
This commit is contained in:
@@ -187,6 +187,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//创建商品后要上架,改价,库存,门店关注商品等
|
//创建商品后要上架,改价,库存,门店关注商品等
|
||||||
|
err = api.JdShop2API.WareDoUpdate("up", utils.Int64ToStr(wareID))
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDJDShop], "创建商品")
|
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDJDShop], "创建商品")
|
||||||
|
|||||||
Reference in New Issue
Block a user