|
|
@@ -183,6 +183,7 @@ public abstract class RankStrategyBasic implements RankStrategy {
|
|
|
protected Feature getFeature(ScoreParam param, RankRecommendRequestParam request) {
|
|
|
long startTime = System.currentTimeMillis();
|
|
|
List<AdPlatformCreativeDTO> adIdList = request.getAdIdList();
|
|
|
+ log.info("getFeature adIdListSize:{}", adIdList.size());
|
|
|
Feature finalFeature = null;
|
|
|
|
|
|
// 分批处理 AdPlatformCreativeDTO 列表
|