This commit is contained in:
laodaming 2023-07-13 19:06:02 +08:00
parent 6cd5a6d0e8
commit 52f65afe1a

View File

@ -138,6 +138,7 @@ func (l *GetTagProductListLogic) GetTagProductList(req *types.GetTagProductListR
if (minLevel == 0 && *tagInfo.Level > 0) || (minLevel > *tagInfo.Level) {
minLevel = *tagInfo.Level
}
//获取分类产品列表
productListRsp := l.getTagProductList(getTagProductListReq{
TagInfo: tagInfo,
ProductList: productList,