|
|
|
@ -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()) {
|
|
|
|
|