aa
This commit is contained in:
@@ -125,6 +125,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
break
|
||||
}
|
||||
}
|
||||
//创建商品后要上架,改价,库存,门店关注商品等
|
||||
}
|
||||
}
|
||||
} else {
|
||||
@@ -185,6 +186,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
vv2.VendorSkuID = utils.Int64ToStr(resultAttrs[utils.Int2Str(vv2.SkuID)])
|
||||
}
|
||||
}
|
||||
//创建商品后要上架,改价,库存,门店关注商品等
|
||||
}
|
||||
if err != nil {
|
||||
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDJDShop], "创建商品")
|
||||
@@ -207,7 +209,6 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
getAPI(v.VendorOrgCode).TransparentImageAdd(wareID, imageURL)
|
||||
}
|
||||
}
|
||||
//创建商品后要上架,改价,库存,门店关注商品等
|
||||
if err != nil {
|
||||
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDJDShop], "创建商品")
|
||||
return failedList, err
|
||||
|
||||
Reference in New Issue
Block a user