|
@@ -5,8 +5,7 @@
|
|
|
insert into channel_demand_match_result (config_id, dt, channel_name,
|
|
insert into channel_demand_match_result (config_id, dt, channel_name,
|
|
|
crowd_segment, dimension, point_type,
|
|
crowd_segment, dimension, point_type,
|
|
|
standard_element, category_name, crowd_count,
|
|
standard_element, category_name, crowd_count,
|
|
|
- video_count, visit_uv,
|
|
|
|
|
- share_pv, backflow_uv, total_rov,
|
|
|
|
|
|
|
+ video_count, visit_uv, total_rov,
|
|
|
match_video_id, match_config_code, match_score,
|
|
match_video_id, match_config_code, match_score,
|
|
|
match_sim, match_rov, match_text,
|
|
match_sim, match_rov, match_text,
|
|
|
match_status, online_action, match_experiment_id,
|
|
match_status, online_action, match_experiment_id,
|
|
@@ -20,8 +19,7 @@
|
|
|
(#{item.configId,jdbcType=BIGINT}, #{item.dt,jdbcType=VARCHAR}, #{item.channelName,jdbcType=VARCHAR},
|
|
(#{item.configId,jdbcType=BIGINT}, #{item.dt,jdbcType=VARCHAR}, #{item.channelName,jdbcType=VARCHAR},
|
|
|
#{item.crowdSegment,jdbcType=VARCHAR}, #{item.dimension,jdbcType=VARCHAR}, #{item.pointType,jdbcType=VARCHAR},
|
|
#{item.crowdSegment,jdbcType=VARCHAR}, #{item.dimension,jdbcType=VARCHAR}, #{item.pointType,jdbcType=VARCHAR},
|
|
|
#{item.standardElement,jdbcType=VARCHAR}, #{item.categoryName,jdbcType=VARCHAR}, #{item.crowdCount,jdbcType=INTEGER},
|
|
#{item.standardElement,jdbcType=VARCHAR}, #{item.categoryName,jdbcType=VARCHAR}, #{item.crowdCount,jdbcType=INTEGER},
|
|
|
- #{item.videoCount,jdbcType=INTEGER}, #{item.visitUv,jdbcType=BIGINT},
|
|
|
|
|
- #{item.sharePv,jdbcType=BIGINT}, #{item.backflowUv,jdbcType=BIGINT}, #{item.totalRov,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ #{item.videoCount,jdbcType=INTEGER}, #{item.visitUv,jdbcType=BIGINT}, #{item.totalRov,jdbcType=DOUBLE},
|
|
|
#{item.matchVideoId,jdbcType=BIGINT}, #{item.matchConfigCode,jdbcType=VARCHAR}, #{item.matchScore,jdbcType=DOUBLE},
|
|
#{item.matchVideoId,jdbcType=BIGINT}, #{item.matchConfigCode,jdbcType=VARCHAR}, #{item.matchScore,jdbcType=DOUBLE},
|
|
|
#{item.matchSim,jdbcType=DOUBLE}, #{item.matchRov,jdbcType=DOUBLE}, #{item.matchText,jdbcType=VARCHAR},
|
|
#{item.matchSim,jdbcType=DOUBLE}, #{item.matchRov,jdbcType=DOUBLE}, #{item.matchText,jdbcType=VARCHAR},
|
|
|
#{item.matchStatus,jdbcType=SMALLINT}, #{item.onlineAction,jdbcType=VARCHAR}, #{item.matchExperimentId,jdbcType=VARCHAR},
|
|
#{item.matchStatus,jdbcType=SMALLINT}, #{item.onlineAction,jdbcType=VARCHAR}, #{item.matchExperimentId,jdbcType=VARCHAR},
|