Authored by hugufei

fix

@@ -61,7 +61,7 @@ public class SceneRecommendBrandsService { @@ -61,7 +61,7 @@ public class SceneRecommendBrandsService {
61 UserPersonalFactorRspNew userFactor = userPersionalFactorComponent.queryUserPersionalFactor(uid, udid, null); 61 UserPersonalFactorRspNew userFactor = userPersionalFactorComponent.queryUserPersionalFactor(uid, udid, null);
62 List<Integer> brandIds = new ArrayList<>(); 62 List<Integer> brandIds = new ArrayList<>();
63 if (userFactor != null) { 63 if (userFactor != null) {
64 - List<SortBrand> sortBrandList = new ArrayList<>(userFactor.getRealTimeSortBrandList()); 64 + List<SortBrand> sortBrandList = new ArrayList<>();
65 sortBrandList.addAll(userFactor.getRealTimeSortBrandList()); 65 sortBrandList.addAll(userFactor.getRealTimeSortBrandList());
66 for (SortBrand sortBrand : sortBrandList) { 66 for (SortBrand sortBrand : sortBrandList) {
67 if (recBrands.size() >= recommendBrandCount) { 67 if (recBrands.size() >= recommendBrandCount) {