|
@@ -64,7 +64,6 @@ public class LogHubServiceImpl implements LogHubService {
|
|
|
json.put("score", rankItem.getScore());
|
|
|
json.put("ext", rankItem.getExt());
|
|
|
json.put("weight", rankItem.getWeight());
|
|
|
- json.put("creativeCode", rankItem.getCreativeCode());
|
|
|
scoreResult.add(json);
|
|
|
}
|
|
|
logMap.put("scoreResult", JSON.toJSONString(scoreResult));
|
|
@@ -74,7 +73,6 @@ public class LogHubServiceImpl implements LogHubService {
|
|
|
logMap.put("top1_score", top1.getScore());
|
|
|
logMap.put("top1_ext", JSON.toJSONString(top1.getExt()));
|
|
|
logMap.put("top1_weight", top1.getWeight());
|
|
|
- logMap.put("top1_creativeCode", top1.getCreativeCode());
|
|
|
|
|
|
logMap.put("creativeList", JSON.toJSONString(adIdList));
|
|
|
logMap.put("adAbGroup", requestParam.getAdAbGroup());
|