|
@@ -163,7 +163,7 @@ public class RankService {
|
|
|
}
|
|
|
|
|
|
private List<Video> mergeAndRankRovRecallNew(RankParam param) {
|
|
|
- UserFeature userFeature = featureRemoteService.getUserFeature(param.getUid());
|
|
|
+ UserFeature userFeature = featureRemoteService.getUserFeature(param.getMid());
|
|
|
log.info("userFeature = {}", JSONUtils.toJson(userFeature));
|
|
|
|
|
|
List<Video> recallVideos = param.getRecallResult().mergeRecallVideos();
|
|
@@ -193,7 +193,7 @@ public class RankService {
|
|
|
private ScoreParam convert(RankParam param) {
|
|
|
ScoreParam scoreParam = new ScoreParam();
|
|
|
|
|
|
- scoreParam.setUid(param.getUid());
|
|
|
+ scoreParam.setMid(param.getMid());
|
|
|
|
|
|
// TODO hardcode 为了兼容写入逻辑
|
|
|
RequestContext context = new RequestContext();
|