fix
This commit is contained in:
parent
6cd5a6d0e8
commit
52f65afe1a
|
@ -138,6 +138,7 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR
|
||||||
if (minLevel == 0 && *tagInfo.Level > 0) || (minLevel > *tagInfo.Level) {
|
if (minLevel == 0 && *tagInfo.Level > 0) || (minLevel > *tagInfo.Level) {
|
||||||
minLevel = *tagInfo.Level
|
minLevel = *tagInfo.Level
|
||||||
}
|
}
|
||||||
|
//获取分类产品列表
|
||||||
productListRsp := l.getTagProductList(getTagProductListReq{
|
productListRsp := l.getTagProductList(getTagProductListReq{
|
||||||
TagInfo: tagInfo,
|
TagInfo: tagInfo,
|
||||||
ProductList: productList,
|
ProductList: productList,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user