推荐商品优化

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent 7a4e528a49
commit 0d0cef6f25

@ -57,7 +57,7 @@ public class GetRecommendProductListService extends SPIBaseService implements Ex
Collections.shuffle(categoryList);
if (ObjectUtil.isNotEmpty(dsCateLeafArray) && ObjectUtil.isNotEmpty(dsCateLeafArray)) {
final int eachCateProductChooseCount = 3;
final int eachCateProductChooseCount = 15;
int categoryIndex = 0;
HashSet<String> sourceItemIdSet = new HashSet<>();
while (productArray.size() < pageSize && categoryIndex < categoryList.size()) {

Loading…
Cancel
Save