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