|
@@ -1,5 +1,6 @@
|
|
|
package com.tzld.piaoquan.ad.engine.service.score.strategy;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSONObject;
|
|
|
import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue;
|
|
|
import com.tzld.piaoquan.ad.engine.commons.dto.AdPlatformCreativeDTO;
|
|
|
import com.tzld.piaoquan.ad.engine.commons.helper.DnnCidDataHelper;
|
|
@@ -117,7 +118,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
.filter(e -> !Objects.equals(e.getProfession(), "兴趣教育")).collect(Collectors.toList());
|
|
|
request.setAdIdList(filteredAdList);
|
|
|
}
|
|
|
- log.info("excludeExp filtered request={}", request);
|
|
|
+ log.info("excludeExp filtered request={}", JSONObject.toJSONString(request));
|
|
|
}
|
|
|
|
|
|
List<TupleMapEntry<Tuple5>> midActionList = this.handleC1Feature(c1Feature, userFeatureMap);
|