|
@@ -108,14 +108,14 @@ public class ContentPlatformDemandVideoJob {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private ContentPlatformDemandVideo buildDefaultRecord(String dt, Long now,
|
|
private ContentPlatformDemandVideo buildDefaultRecord(String dt, Long now,
|
|
|
- String matchExperimentId,
|
|
|
|
|
|
|
+ String experimentId,
|
|
|
String matchMethod,
|
|
String matchMethod,
|
|
|
String matchVideoFilter,
|
|
String matchVideoFilter,
|
|
|
String matchSort) {
|
|
String matchSort) {
|
|
|
ContentPlatformDemandVideo record = new ContentPlatformDemandVideo();
|
|
ContentPlatformDemandVideo record = new ContentPlatformDemandVideo();
|
|
|
record.setDt(dt);
|
|
record.setDt(dt);
|
|
|
record.setChannelName(DEFAULT_RECORD_CHANNEL);
|
|
record.setChannelName(DEFAULT_RECORD_CHANNEL);
|
|
|
- record.setMatchExperimentId(matchExperimentId);
|
|
|
|
|
|
|
+ record.setExperimentId(experimentId);
|
|
|
record.setMatchMethod(matchMethod);
|
|
record.setMatchMethod(matchMethod);
|
|
|
record.setMatchVideoFilter(matchVideoFilter);
|
|
record.setMatchVideoFilter(matchVideoFilter);
|
|
|
record.setMatchSort(matchSort);
|
|
record.setMatchSort(matchSort);
|