fix
This commit is contained in:
parent
d040adc9e8
commit
f5ab99ae25
|
@ -220,7 +220,10 @@ func (l *GetTagProductListLogic) getProductRelationInfo(req getProductRelationIn
|
||||||
if partList.PartList == "" {
|
if partList.PartList == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
req.MapProductHaveOptionFitting[partList.ProductId] = struct{}{}
|
//两个以上才是有可选配件
|
||||||
|
if len(strings.Split(partList.PartList, ",")) > 1 {
|
||||||
|
req.MapProductHaveOptionFitting[partList.ProductId] = struct{}{}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//获取产品标签相关属性
|
//获取产品标签相关属性
|
||||||
productTagPropList, err := l.svcCtx.AllModels.FsProductTagProp.GetTagPropByProductIdsWithProductTag(l.ctx, productIds)
|
productTagPropList, err := l.svcCtx.AllModels.FsProductTagProp.GetTagPropByProductIdsWithProductTag(l.ctx, productIds)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user