获取各平台门店商品价格
This commit is contained in:
@@ -2550,7 +2550,7 @@ func GetVendorStoreSkuPrice(ctx *jxcontext.Context, vendorIDs []int, skuID int,
|
|||||||
inStoreSku.SkuID = skuID
|
inStoreSku.SkuID = skuID
|
||||||
}
|
}
|
||||||
inStoreSkuList = append(inStoreSkuList, inStoreSku)
|
inStoreSkuList = append(inStoreSkuList, inStoreSku)
|
||||||
storeDetail2, err := dao.GetStoreDetail2(db, 0, vendorStoreID, vendorID)
|
storeDetail2, err := dao.GetStoreDetailByVendorStoreID(db, vendorStoreID, vendorID)
|
||||||
if storeDetail2 != nil {
|
if storeDetail2 != nil {
|
||||||
outStoreSkuList, err = handler.GetStoreSkusBareInfo(ctx, v, task, storeDetail2.ID, vendorStoreID, inStoreSkuList)
|
outStoreSkuList, err = handler.GetStoreSkusBareInfo(ctx, v, task, storeDetail2.ID, vendorStoreID, inStoreSkuList)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user