|
|
@@ -24,6 +24,7 @@
|
|
|
<result column="demand_content_topic" jdbcType="VARCHAR" property="demandContentTopic" />
|
|
|
<result column="point_type" jdbcType="VARCHAR" property="pointType" />
|
|
|
<result column="standard_element" jdbcType="VARCHAR" property="standardElement" />
|
|
|
+ <result column="element_dimension" jdbcType="VARCHAR" property="elementDimension" />
|
|
|
<result column="category_name" jdbcType="VARCHAR" property="categoryName" />
|
|
|
<result column="crowd_count" jdbcType="INTEGER" property="crowdCount" />
|
|
|
<result column="video_count" jdbcType="INTEGER" property="videoCount" />
|
|
|
@@ -107,10 +108,10 @@
|
|
|
id, dt, online_action, channel_name, crowd_segment, channel_level3, 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
|
|
|
+ demand_content_topic, point_type, standard_element, element_dimension, 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
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultMap="BaseResultMap">
|
|
|
select
|
|
|
@@ -153,11 +154,11 @@
|
|
|
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,
|
|
|
+ point_type, standard_element, element_dimension,
|
|
|
+ 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)
|
|
|
@@ -168,11 +169,11 @@
|
|
|
#{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},
|
|
|
+ #{pointType,jdbcType=VARCHAR}, #{standardElement,jdbcType=VARCHAR}, #{elementDimension,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})
|
|
|
@@ -246,6 +247,9 @@
|
|
|
<if test="standardElement != null">
|
|
|
standard_element,
|
|
|
</if>
|
|
|
+ <if test="elementDimension != null">
|
|
|
+ element_dimension,
|
|
|
+ </if>
|
|
|
<if test="categoryName != null">
|
|
|
category_name,
|
|
|
</if>
|
|
|
@@ -374,6 +378,9 @@
|
|
|
<if test="standardElement != null">
|
|
|
#{standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="elementDimension != null">
|
|
|
+ #{elementDimension,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="categoryName != null">
|
|
|
#{categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -511,6 +518,9 @@
|
|
|
<if test="record.standardElement != null">
|
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="record.elementDimension != null">
|
|
|
+ element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.categoryName != null">
|
|
|
category_name = #{record.categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -600,6 +610,7 @@
|
|
|
demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
|
|
|
point_type = #{record.pointType,jdbcType=VARCHAR},
|
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
|
+ element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
|
category_name = #{record.categoryName,jdbcType=VARCHAR},
|
|
|
crowd_count = #{record.crowdCount,jdbcType=INTEGER},
|
|
|
video_count = #{record.videoCount,jdbcType=INTEGER},
|
|
|
@@ -690,6 +701,9 @@
|
|
|
<if test="standardElement != null">
|
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="elementDimension != null">
|
|
|
+ element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="categoryName != null">
|
|
|
category_name = #{categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -776,6 +790,7 @@
|
|
|
demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
|
|
|
point_type = #{pointType,jdbcType=VARCHAR},
|
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
|
+ element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
|
category_name = #{categoryName,jdbcType=VARCHAR},
|
|
|
crowd_count = #{crowdCount,jdbcType=INTEGER},
|
|
|
video_count = #{videoCount,jdbcType=INTEGER},
|