Authored by hugufei

fix bug and add doBalance

... ... @@ -74,7 +74,7 @@ public class UserRecallResponseResultBuilder {
sknResultList = this.doReRank(userRecallRequest, sknResultList);
//7、处理平衡
//sknResultList = this.doBalance(userRecallRequest, sknResultList);
sknResultList = this.doBalance(userRecallRequest, sknResultList);
//8、分页处理
int pageSize = userRecallRequest.getPageSize();
... ...