fix
This commit is contained in:
parent
c8e6467e9a
commit
7883056ded
|
@ -346,6 +346,7 @@ func (l *GetTagProductListLogic) organizationLevelRelation(minLevel int, mapTagL
|
|||
if _, ok := mapTop[v.LevelPrefix]; ok {
|
||||
continue
|
||||
}
|
||||
v.TagProductList = make([]interface{}, 0, 50)
|
||||
mapTypeId := make(map[int64]struct{})
|
||||
for _, v2 := range mapTagLevel {
|
||||
//包含主路径,则属于该类型
|
||||
|
|
Loading…
Reference in New Issue
Block a user