and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, dt, online_action, channel_name, crowd_segment, demand_id, crowd_package, conversion_target,
partner, account, scene_value, demand_strategy, drive_dimension_time, dimension,
demand_filter_sort_strategy, demand_type, demand_content_id, demand_content_title,
demand_content_topic, point_type, standard_element, category_name, crowd_count, video_count,
visit_uv, uv_ratio, total_rov, match_experiment_id, video_id, config_code, score,
sim, rov, match_text, title, cover, video, experiment_id, `status`, create_timestamp,
update_timestamp
delete from content_platform_demand_video
where id = #{id,jdbcType=BIGINT}
delete from content_platform_demand_video
insert into content_platform_demand_video (id, dt, online_action,
channel_name, crowd_segment, demand_id,
crowd_package, conversion_target, partner,
account, scene_value, demand_strategy,
drive_dimension_time, dimension, demand_filter_sort_strategy,
demand_type, demand_content_id, demand_content_title,
demand_content_topic, point_type, standard_element,
category_name, crowd_count, video_count,
visit_uv, uv_ratio, total_rov,
match_experiment_id, video_id, config_code,
score, sim, rov, match_text,
title, cover, video,
experiment_id, `status`, create_timestamp,
update_timestamp)
values (#{id,jdbcType=BIGINT}, #{dt,jdbcType=VARCHAR}, #{onlineAction,jdbcType=VARCHAR},
#{channelName,jdbcType=VARCHAR}, #{crowdSegment,jdbcType=VARCHAR}, #{demandId,jdbcType=VARCHAR},
#{crowdPackage,jdbcType=VARCHAR}, #{conversionTarget,jdbcType=VARCHAR}, #{partner,jdbcType=VARCHAR},
#{account,jdbcType=VARCHAR}, #{sceneValue,jdbcType=VARCHAR}, #{demandStrategy,jdbcType=VARCHAR},
#{driveDimensionTime,jdbcType=VARCHAR}, #{dimension,jdbcType=VARCHAR}, #{demandFilterSortStrategy,jdbcType=VARCHAR},
#{demandType,jdbcType=VARCHAR}, #{demandContentId,jdbcType=VARCHAR}, #{demandContentTitle,jdbcType=VARCHAR},
#{demandContentTopic,jdbcType=VARCHAR}, #{pointType,jdbcType=VARCHAR}, #{standardElement,jdbcType=VARCHAR},
#{categoryName,jdbcType=VARCHAR}, #{crowdCount,jdbcType=INTEGER}, #{videoCount,jdbcType=INTEGER},
#{visitUv,jdbcType=BIGINT}, #{uvRatio,jdbcType=DOUBLE}, #{totalRov,jdbcType=DOUBLE},
#{matchExperimentId,jdbcType=VARCHAR}, #{videoId,jdbcType=BIGINT}, #{configCode,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE}, #{sim,jdbcType=DOUBLE}, #{rov,jdbcType=DOUBLE}, #{matchText,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR}, #{cover,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR},
#{experimentId,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT})
insert into content_platform_demand_video
id,
dt,
online_action,
channel_name,
crowd_segment,
demand_id,
crowd_package,
conversion_target,
partner,
account,
scene_value,
demand_strategy,
drive_dimension_time,
dimension,
demand_filter_sort_strategy,
demand_type,
demand_content_id,
demand_content_title,
demand_content_topic,
point_type,
standard_element,
category_name,
crowd_count,
video_count,
visit_uv,
uv_ratio,
total_rov,
match_experiment_id,
video_id,
config_code,
score,
sim,
rov,
match_text,
title,
cover,
video,
experiment_id,
`status`,
create_timestamp,
update_timestamp,
#{id,jdbcType=BIGINT},
#{dt,jdbcType=VARCHAR},
#{onlineAction,jdbcType=VARCHAR},
#{channelName,jdbcType=VARCHAR},
#{crowdSegment,jdbcType=VARCHAR},
#{demandId,jdbcType=VARCHAR},
#{crowdPackage,jdbcType=VARCHAR},
#{conversionTarget,jdbcType=VARCHAR},
#{partner,jdbcType=VARCHAR},
#{account,jdbcType=VARCHAR},
#{sceneValue,jdbcType=VARCHAR},
#{demandStrategy,jdbcType=VARCHAR},
#{driveDimensionTime,jdbcType=VARCHAR},
#{dimension,jdbcType=VARCHAR},
#{demandFilterSortStrategy,jdbcType=VARCHAR},
#{demandType,jdbcType=VARCHAR},
#{demandContentId,jdbcType=VARCHAR},
#{demandContentTitle,jdbcType=VARCHAR},
#{demandContentTopic,jdbcType=VARCHAR},
#{pointType,jdbcType=VARCHAR},
#{standardElement,jdbcType=VARCHAR},
#{categoryName,jdbcType=VARCHAR},
#{crowdCount,jdbcType=INTEGER},
#{videoCount,jdbcType=INTEGER},
#{visitUv,jdbcType=BIGINT},
#{uvRatio,jdbcType=DOUBLE},
#{totalRov,jdbcType=DOUBLE},
#{matchExperimentId,jdbcType=VARCHAR},
#{videoId,jdbcType=BIGINT},
#{configCode,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE},
#{sim,jdbcType=DOUBLE},
#{rov,jdbcType=DOUBLE},
#{matchText,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{cover,jdbcType=VARCHAR},
#{video,jdbcType=VARCHAR},
#{experimentId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT},
update content_platform_demand_video
id = #{record.id,jdbcType=BIGINT},
dt = #{record.dt,jdbcType=VARCHAR},
online_action = #{record.onlineAction,jdbcType=VARCHAR},
channel_name = #{record.channelName,jdbcType=VARCHAR},
crowd_segment = #{record.crowdSegment,jdbcType=VARCHAR},
demand_id = #{record.demandId,jdbcType=VARCHAR},
crowd_package = #{record.crowdPackage,jdbcType=VARCHAR},
conversion_target = #{record.conversionTarget,jdbcType=VARCHAR},
partner = #{record.partner,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
scene_value = #{record.sceneValue,jdbcType=VARCHAR},
demand_strategy = #{record.demandStrategy,jdbcType=VARCHAR},
drive_dimension_time = #{record.driveDimensionTime,jdbcType=VARCHAR},
dimension = #{record.dimension,jdbcType=VARCHAR},
demand_filter_sort_strategy = #{record.demandFilterSortStrategy,jdbcType=VARCHAR},
demand_type = #{record.demandType,jdbcType=VARCHAR},
demand_content_id = #{record.demandContentId,jdbcType=VARCHAR},
demand_content_title = #{record.demandContentTitle,jdbcType=VARCHAR},
demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
point_type = #{record.pointType,jdbcType=VARCHAR},
standard_element = #{record.standardElement,jdbcType=VARCHAR},
category_name = #{record.categoryName,jdbcType=VARCHAR},
crowd_count = #{record.crowdCount,jdbcType=INTEGER},
video_count = #{record.videoCount,jdbcType=INTEGER},
visit_uv = #{record.visitUv,jdbcType=BIGINT},
uv_ratio = #{record.uvRatio,jdbcType=DOUBLE},
total_rov = #{record.totalRov,jdbcType=DOUBLE},
match_experiment_id = #{record.matchExperimentId,jdbcType=VARCHAR},
video_id = #{record.videoId,jdbcType=BIGINT},
config_code = #{record.configCode,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
sim = #{record.sim,jdbcType=DOUBLE},
rov = #{record.rov,jdbcType=DOUBLE},
match_text = #{record.matchText,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
experiment_id = #{record.experimentId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
update content_platform_demand_video
set id = #{record.id,jdbcType=BIGINT},
dt = #{record.dt,jdbcType=VARCHAR},
online_action = #{record.onlineAction,jdbcType=VARCHAR},
channel_name = #{record.channelName,jdbcType=VARCHAR},
crowd_segment = #{record.crowdSegment,jdbcType=VARCHAR},
demand_id = #{record.demandId,jdbcType=VARCHAR},
crowd_package = #{record.crowdPackage,jdbcType=VARCHAR},
conversion_target = #{record.conversionTarget,jdbcType=VARCHAR},
partner = #{record.partner,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
scene_value = #{record.sceneValue,jdbcType=VARCHAR},
demand_strategy = #{record.demandStrategy,jdbcType=VARCHAR},
drive_dimension_time = #{record.driveDimensionTime,jdbcType=VARCHAR},
dimension = #{record.dimension,jdbcType=VARCHAR},
demand_filter_sort_strategy = #{record.demandFilterSortStrategy,jdbcType=VARCHAR},
demand_type = #{record.demandType,jdbcType=VARCHAR},
demand_content_id = #{record.demandContentId,jdbcType=VARCHAR},
demand_content_title = #{record.demandContentTitle,jdbcType=VARCHAR},
demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
point_type = #{record.pointType,jdbcType=VARCHAR},
standard_element = #{record.standardElement,jdbcType=VARCHAR},
category_name = #{record.categoryName,jdbcType=VARCHAR},
crowd_count = #{record.crowdCount,jdbcType=INTEGER},
video_count = #{record.videoCount,jdbcType=INTEGER},
visit_uv = #{record.visitUv,jdbcType=BIGINT},
uv_ratio = #{record.uvRatio,jdbcType=DOUBLE},
total_rov = #{record.totalRov,jdbcType=DOUBLE},
match_experiment_id = #{record.matchExperimentId,jdbcType=VARCHAR},
video_id = #{record.videoId,jdbcType=BIGINT},
config_code = #{record.configCode,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
sim = #{record.sim,jdbcType=DOUBLE},
rov = #{record.rov,jdbcType=DOUBLE},
match_text = #{record.matchText,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
experiment_id = #{record.experimentId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT}
update content_platform_demand_video
dt = #{dt,jdbcType=VARCHAR},
online_action = #{onlineAction,jdbcType=VARCHAR},
channel_name = #{channelName,jdbcType=VARCHAR},
crowd_segment = #{crowdSegment,jdbcType=VARCHAR},
demand_id = #{demandId,jdbcType=VARCHAR},
crowd_package = #{crowdPackage,jdbcType=VARCHAR},
conversion_target = #{conversionTarget,jdbcType=VARCHAR},
partner = #{partner,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
scene_value = #{sceneValue,jdbcType=VARCHAR},
demand_strategy = #{demandStrategy,jdbcType=VARCHAR},
drive_dimension_time = #{driveDimensionTime,jdbcType=VARCHAR},
dimension = #{dimension,jdbcType=VARCHAR},
demand_filter_sort_strategy = #{demandFilterSortStrategy,jdbcType=VARCHAR},
demand_type = #{demandType,jdbcType=VARCHAR},
demand_content_id = #{demandContentId,jdbcType=VARCHAR},
demand_content_title = #{demandContentTitle,jdbcType=VARCHAR},
demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
point_type = #{pointType,jdbcType=VARCHAR},
standard_element = #{standardElement,jdbcType=VARCHAR},
category_name = #{categoryName,jdbcType=VARCHAR},
crowd_count = #{crowdCount,jdbcType=INTEGER},
video_count = #{videoCount,jdbcType=INTEGER},
visit_uv = #{visitUv,jdbcType=BIGINT},
uv_ratio = #{uvRatio,jdbcType=DOUBLE},
total_rov = #{totalRov,jdbcType=DOUBLE},
match_experiment_id = #{matchExperimentId,jdbcType=VARCHAR},
video_id = #{videoId,jdbcType=BIGINT},
config_code = #{configCode,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
sim = #{sim,jdbcType=DOUBLE},
rov = #{rov,jdbcType=DOUBLE},
match_text = #{matchText,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
experiment_id = #{experimentId,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_demand_video
set dt = #{dt,jdbcType=VARCHAR},
online_action = #{onlineAction,jdbcType=VARCHAR},
channel_name = #{channelName,jdbcType=VARCHAR},
crowd_segment = #{crowdSegment,jdbcType=VARCHAR},
demand_id = #{demandId,jdbcType=VARCHAR},
crowd_package = #{crowdPackage,jdbcType=VARCHAR},
conversion_target = #{conversionTarget,jdbcType=VARCHAR},
partner = #{partner,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
scene_value = #{sceneValue,jdbcType=VARCHAR},
demand_strategy = #{demandStrategy,jdbcType=VARCHAR},
drive_dimension_time = #{driveDimensionTime,jdbcType=VARCHAR},
dimension = #{dimension,jdbcType=VARCHAR},
demand_filter_sort_strategy = #{demandFilterSortStrategy,jdbcType=VARCHAR},
demand_type = #{demandType,jdbcType=VARCHAR},
demand_content_id = #{demandContentId,jdbcType=VARCHAR},
demand_content_title = #{demandContentTitle,jdbcType=VARCHAR},
demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
point_type = #{pointType,jdbcType=VARCHAR},
standard_element = #{standardElement,jdbcType=VARCHAR},
category_name = #{categoryName,jdbcType=VARCHAR},
crowd_count = #{crowdCount,jdbcType=INTEGER},
video_count = #{videoCount,jdbcType=INTEGER},
visit_uv = #{visitUv,jdbcType=BIGINT},
uv_ratio = #{uvRatio,jdbcType=DOUBLE},
total_rov = #{totalRov,jdbcType=DOUBLE},
match_experiment_id = #{matchExperimentId,jdbcType=VARCHAR},
video_id = #{videoId,jdbcType=BIGINT},
config_code = #{configCode,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
sim = #{sim,jdbcType=DOUBLE},
rov = #{rov,jdbcType=DOUBLE},
match_text = #{matchText,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
experiment_id = #{experimentId,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}