fix
This commit is contained in:
parent
bb5fa34611
commit
898ead74d1
|
@ -84,7 +84,7 @@ func (l *GetRecommendProductListLogic) GetRecommendProductList(req *types.GetRec
|
||||||
lenRecommendProduct := len(recommendProductList)
|
lenRecommendProduct := len(recommendProductList)
|
||||||
if lenRecommendProduct < int(req.Num) {
|
if lenRecommendProduct < int(req.Num) {
|
||||||
appendNum := int(req.Num) - lenRecommendProduct
|
appendNum := int(req.Num) - lenRecommendProduct
|
||||||
productList, err := l.svcCtx.AllModels.FsProduct.GetIgnoreRandomProductList(l.ctx, 1, appendNum, ignoreProductIds)
|
productList, err := l.svcCtx.AllModels.FsProduct.GetIgnoreRandomProductList(l.ctx, appendNum, ignoreProductIds)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logx.Error(err)
|
logx.Error(err)
|
||||||
return resp.SetStatusWithMessage(basic.CodeDbSqlErr, "failed to get product list")
|
return resp.SetStatusWithMessage(basic.CodeDbSqlErr, "failed to get product list")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user