Showing
1 changed file
with
1 additions
and
1 deletions
@@ -248,7 +248,7 @@ public class UserRecallResponseBuilder { | @@ -248,7 +248,7 @@ public class UserRecallResponseBuilder { | ||
248 | } | 248 | } |
249 | // 3、插入【直通车】商品 | 249 | // 3、插入【直通车】商品 |
250 | iterator = sknResultList.iterator(); | 250 | iterator = sknResultList.iterator(); |
251 | - int index = 0; | 251 | + int index = 1; |
252 | int directTrainIndexInterval = searchDynamicConfigService.directTrainIndexInterval(); | 252 | int directTrainIndexInterval = searchDynamicConfigService.directTrainIndexInterval(); |
253 | while (iterator.hasNext()) { | 253 | while (iterator.hasNext()) { |
254 | RecallMergerResult.SknResult sknResult = iterator.next(); | 254 | RecallMergerResult.SknResult sknResult = iterator.next(); |
-
Please register or login to post a comment