This commit is contained in:
laodaming 2023-07-19 16:14:07 +08:00
parent db15103c93
commit 12bc736d49

View File

@ -145,6 +145,7 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR
productList = append(productList, v)
mapProduct[v.Id] = len(productList) - 1
}
//获取产品价格列表
productPriceList, err = l.svcCtx.AllModels.FsProductPrice.GetSimplePriceListByProductIds(l.ctx, productIds)
if err != nil {
logx.Error(err)