Showing
1 changed file
with
1 additions
and
1 deletions
@@ -150,7 +150,7 @@ public class UfoProductListService { | @@ -150,7 +150,7 @@ public class UfoProductListService { | ||
150 | if (brandId == null || not_id == null) { | 150 | if (brandId == null || not_id == null) { |
151 | return new SearchApiResult().setCode(400).setMessage("参数不合法,缺少必传参数"); | 151 | return new SearchApiResult().setCode(400).setMessage("参数不合法,缺少必传参数"); |
152 | } | 152 | } |
153 | - paramMap.put("viewNum", "100"); | 153 | + paramMap.put("viewNum", RECOMMEND_BY_SERIES_BRAND_LIMIT.toString()); |
154 | paramMap.put("order", "salesNum:desc"); | 154 | paramMap.put("order", "salesNum:desc"); |
155 | //第一次查询 只过滤系列 | 155 | //第一次查询 只过滤系列 |
156 | if (seriesId != null) { | 156 | if (seriesId != null) { |
-
Please register or login to post a comment