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