chuangjian

This commit is contained in:
苏尹岚
2020-11-26 11:43:42 +08:00
parent 8e4e1e8a4c
commit f2ab362045

View File

@@ -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 {
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDJDShop], "创建商品")