...
|
...
|
@@ -44,7 +44,7 @@ public class SortBrandRecallRequestBuilder { |
|
|
}
|
|
|
// 4) 新开促销
|
|
|
for (SortBrand sortBrand : sortBrands) {
|
|
|
requests.add(this.buildSortBrandPromotionRequest(paramQueryFilter, sortBrand, recallSknCount, sortBrandType));
|
|
|
requests.add(this.buildSortBrandPromotionRequest(paramQueryFilter, sortBrand, recallSknCount/2, sortBrandType));
|
|
|
}
|
|
|
// 5) 转化率-做AB
|
|
|
for (SortBrand sortBrand : sortBrands) {
|
...
|
...
|
|