fix
This commit is contained in:
parent
4bedece94e
commit
ce12e09972
|
@ -402,9 +402,9 @@ func (l *GetTagProductListLogic) organizationLevelRelation(minLevel int, mapTagL
|
|||
//最终值提取最高级别那一层出来
|
||||
for prefix, _ := range mapTop {
|
||||
//大类下没有任何产品则不显示
|
||||
if len(mapTagLevel[prefix].TagProductList) == 0 {
|
||||
/*if len(mapTagLevel[prefix].TagProductList) == 0 {
|
||||
continue
|
||||
}
|
||||
}*/
|
||||
productCount += len(mapTagLevel[prefix].TagProductList)
|
||||
mapTagRsp[mapTagLevel[prefix].TypeId] = *mapTagLevel[prefix]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user