|
|
@@ -4,14 +4,32 @@
|
|
|
<resultMap id="BaseResultMap" type="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
<result column="dt" jdbcType="VARCHAR" property="dt" />
|
|
|
+ <result column="online_action" jdbcType="VARCHAR" property="onlineAction" />
|
|
|
<result column="channel_name" jdbcType="VARCHAR" property="channelName" />
|
|
|
<result column="crowd_segment" jdbcType="VARCHAR" property="crowdSegment" />
|
|
|
+ <result column="demand_id" jdbcType="VARCHAR" property="demandId" />
|
|
|
+ <result column="crowd_package" jdbcType="VARCHAR" property="crowdPackage" />
|
|
|
+ <result column="conversion_target" jdbcType="VARCHAR" property="conversionTarget" />
|
|
|
+ <result column="partner" jdbcType="VARCHAR" property="partner" />
|
|
|
+ <result column="account" jdbcType="VARCHAR" property="account" />
|
|
|
+ <result column="scene_value" jdbcType="VARCHAR" property="sceneValue" />
|
|
|
+ <result column="demand_strategy" jdbcType="VARCHAR" property="demandStrategy" />
|
|
|
+ <result column="drive_dimension_time" jdbcType="VARCHAR" property="driveDimensionTime" />
|
|
|
<result column="dimension" jdbcType="VARCHAR" property="dimension" />
|
|
|
+ <result column="demand_filter_sort_strategy" jdbcType="VARCHAR" property="demandFilterSortStrategy" />
|
|
|
+ <result column="demand_type" jdbcType="VARCHAR" property="demandType" />
|
|
|
+ <result column="demand_content_id" jdbcType="VARCHAR" property="demandContentId" />
|
|
|
+ <result column="demand_content_title" jdbcType="VARCHAR" property="demandContentTitle" />
|
|
|
+ <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="category_name" jdbcType="VARCHAR" property="categoryName" />
|
|
|
+ <result column="crowd_count" jdbcType="INTEGER" property="crowdCount" />
|
|
|
+ <result column="video_count" jdbcType="INTEGER" property="videoCount" />
|
|
|
<result column="visit_uv" jdbcType="BIGINT" property="visitUv" />
|
|
|
+ <result column="uv_ratio" jdbcType="DOUBLE" property="uvRatio" />
|
|
|
<result column="total_rov" jdbcType="DOUBLE" property="totalRov" />
|
|
|
+ <result column="match_experiment_id" jdbcType="VARCHAR" property="matchExperimentId" />
|
|
|
<result column="video_id" jdbcType="BIGINT" property="videoId" />
|
|
|
<result column="config_code" jdbcType="VARCHAR" property="configCode" />
|
|
|
<result column="score" jdbcType="DOUBLE" property="score" />
|
|
|
@@ -84,9 +102,12 @@
|
|
|
</where>
|
|
|
</sql>
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, dt, channel_name, crowd_segment, dimension, point_type, standard_element, category_name,
|
|
|
- visit_uv, total_rov, video_id, config_code, score, sim, rov, match_text, title, cover,
|
|
|
- video, `status`, create_timestamp, update_timestamp
|
|
|
+ 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, `status`, create_timestamp, update_timestamp
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultMap="BaseResultMap">
|
|
|
select
|
|
|
@@ -122,18 +143,30 @@
|
|
|
</if>
|
|
|
</delete>
|
|
|
<insert id="insert" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
|
|
|
- insert into content_platform_demand_video (id, dt, channel_name,
|
|
|
- crowd_segment, dimension, point_type,
|
|
|
- standard_element, category_name, visit_uv,
|
|
|
- total_rov, video_id, config_code,
|
|
|
+ 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,
|
|
|
`status`, create_timestamp, update_timestamp
|
|
|
)
|
|
|
- values (#{id,jdbcType=BIGINT}, #{dt,jdbcType=VARCHAR}, #{channelName,jdbcType=VARCHAR},
|
|
|
- #{crowdSegment,jdbcType=VARCHAR}, #{dimension,jdbcType=VARCHAR}, #{pointType,jdbcType=VARCHAR},
|
|
|
- #{standardElement,jdbcType=VARCHAR}, #{categoryName,jdbcType=VARCHAR}, #{visitUv,jdbcType=BIGINT},
|
|
|
- #{totalRov,jdbcType=DOUBLE}, #{videoId,jdbcType=BIGINT}, #{configCode,jdbcType=VARCHAR},
|
|
|
+ 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},
|
|
|
#{status,jdbcType=INTEGER}, #{createTimestamp,jdbcType=BIGINT}, #{updateTimestamp,jdbcType=BIGINT}
|
|
|
@@ -148,15 +181,57 @@
|
|
|
<if test="dt != null">
|
|
|
dt,
|
|
|
</if>
|
|
|
+ <if test="onlineAction != null">
|
|
|
+ online_action,
|
|
|
+ </if>
|
|
|
<if test="channelName != null">
|
|
|
channel_name,
|
|
|
</if>
|
|
|
<if test="crowdSegment != null">
|
|
|
crowd_segment,
|
|
|
</if>
|
|
|
+ <if test="demandId != null">
|
|
|
+ demand_id,
|
|
|
+ </if>
|
|
|
+ <if test="crowdPackage != null">
|
|
|
+ crowd_package,
|
|
|
+ </if>
|
|
|
+ <if test="conversionTarget != null">
|
|
|
+ conversion_target,
|
|
|
+ </if>
|
|
|
+ <if test="partner != null">
|
|
|
+ partner,
|
|
|
+ </if>
|
|
|
+ <if test="account != null">
|
|
|
+ account,
|
|
|
+ </if>
|
|
|
+ <if test="sceneValue != null">
|
|
|
+ scene_value,
|
|
|
+ </if>
|
|
|
+ <if test="demandStrategy != null">
|
|
|
+ demand_strategy,
|
|
|
+ </if>
|
|
|
+ <if test="driveDimensionTime != null">
|
|
|
+ drive_dimension_time,
|
|
|
+ </if>
|
|
|
<if test="dimension != null">
|
|
|
dimension,
|
|
|
</if>
|
|
|
+ <if test="demandFilterSortStrategy != null">
|
|
|
+ demand_filter_sort_strategy,
|
|
|
+ </if>
|
|
|
+ <if test="demandType != null">
|
|
|
+ demand_type,
|
|
|
+ </if>
|
|
|
+ <if test="demandContentId != null">
|
|
|
+ demand_content_id,
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTitle != null">
|
|
|
+ demand_content_title,
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTopic != null">
|
|
|
+ demand_content_topic,
|
|
|
+ </if>
|
|
|
<if test="pointType != null">
|
|
|
point_type,
|
|
|
</if>
|
|
|
@@ -166,12 +241,24 @@
|
|
|
<if test="categoryName != null">
|
|
|
category_name,
|
|
|
</if>
|
|
|
+ <if test="crowdCount != null">
|
|
|
+ crowd_count,
|
|
|
+ </if>
|
|
|
+ <if test="videoCount != null">
|
|
|
+ video_count,
|
|
|
+ </if>
|
|
|
<if test="visitUv != null">
|
|
|
visit_uv,
|
|
|
</if>
|
|
|
+ <if test="uvRatio != null">
|
|
|
+ uv_ratio,
|
|
|
+ </if>
|
|
|
<if test="totalRov != null">
|
|
|
total_rov,
|
|
|
</if>
|
|
|
+ <if test="matchExperimentId != null">
|
|
|
+ match_experiment_id,
|
|
|
+ </if>
|
|
|
<if test="videoId != null">
|
|
|
video_id,
|
|
|
</if>
|
|
|
@@ -216,15 +303,57 @@
|
|
|
<if test="dt != null">
|
|
|
#{dt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="onlineAction != null">
|
|
|
+ #{onlineAction,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="channelName != null">
|
|
|
#{channelName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="crowdSegment != null">
|
|
|
#{crowdSegment,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="demandId != null">
|
|
|
+ #{demandId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="crowdPackage != null">
|
|
|
+ #{crowdPackage,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="conversionTarget != null">
|
|
|
+ #{conversionTarget,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="partner != null">
|
|
|
+ #{partner,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="account != null">
|
|
|
+ #{account,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sceneValue != null">
|
|
|
+ #{sceneValue,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandStrategy != null">
|
|
|
+ #{demandStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="driveDimensionTime != null">
|
|
|
+ #{driveDimensionTime,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="dimension != null">
|
|
|
#{dimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="demandFilterSortStrategy != null">
|
|
|
+ #{demandFilterSortStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandType != null">
|
|
|
+ #{demandType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentId != null">
|
|
|
+ #{demandContentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTitle != null">
|
|
|
+ #{demandContentTitle,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTopic != null">
|
|
|
+ #{demandContentTopic,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="pointType != null">
|
|
|
#{pointType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -234,12 +363,24 @@
|
|
|
<if test="categoryName != null">
|
|
|
#{categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="crowdCount != null">
|
|
|
+ #{crowdCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="videoCount != null">
|
|
|
+ #{videoCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="visitUv != null">
|
|
|
#{visitUv,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
+ <if test="uvRatio != null">
|
|
|
+ #{uvRatio,jdbcType=DOUBLE},
|
|
|
+ </if>
|
|
|
<if test="totalRov != null">
|
|
|
#{totalRov,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
+ <if test="matchExperimentId != null">
|
|
|
+ #{matchExperimentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="videoId != null">
|
|
|
#{videoId,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
@@ -293,15 +434,57 @@
|
|
|
<if test="record.dt != null">
|
|
|
dt = #{record.dt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="record.onlineAction != null">
|
|
|
+ online_action = #{record.onlineAction,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.channelName != null">
|
|
|
channel_name = #{record.channelName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.crowdSegment != null">
|
|
|
crowd_segment = #{record.crowdSegment,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="record.demandId != null">
|
|
|
+ demand_id = #{record.demandId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.crowdPackage != null">
|
|
|
+ crowd_package = #{record.crowdPackage,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.conversionTarget != null">
|
|
|
+ conversion_target = #{record.conversionTarget,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.partner != null">
|
|
|
+ partner = #{record.partner,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.account != null">
|
|
|
+ account = #{record.account,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sceneValue != null">
|
|
|
+ scene_value = #{record.sceneValue,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.demandStrategy != null">
|
|
|
+ demand_strategy = #{record.demandStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.driveDimensionTime != null">
|
|
|
+ drive_dimension_time = #{record.driveDimensionTime,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.dimension != null">
|
|
|
dimension = #{record.dimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="record.demandFilterSortStrategy != null">
|
|
|
+ demand_filter_sort_strategy = #{record.demandFilterSortStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.demandType != null">
|
|
|
+ demand_type = #{record.demandType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.demandContentId != null">
|
|
|
+ demand_content_id = #{record.demandContentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.demandContentTitle != null">
|
|
|
+ demand_content_title = #{record.demandContentTitle,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.demandContentTopic != null">
|
|
|
+ demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.pointType != null">
|
|
|
point_type = #{record.pointType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -311,12 +494,24 @@
|
|
|
<if test="record.categoryName != null">
|
|
|
category_name = #{record.categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="record.crowdCount != null">
|
|
|
+ crowd_count = #{record.crowdCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.videoCount != null">
|
|
|
+ video_count = #{record.videoCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="record.visitUv != null">
|
|
|
visit_uv = #{record.visitUv,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
+ <if test="record.uvRatio != null">
|
|
|
+ uv_ratio = #{record.uvRatio,jdbcType=DOUBLE},
|
|
|
+ </if>
|
|
|
<if test="record.totalRov != null">
|
|
|
total_rov = #{record.totalRov,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
+ <if test="record.matchExperimentId != null">
|
|
|
+ match_experiment_id = #{record.matchExperimentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.videoId != null">
|
|
|
video_id = #{record.videoId,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
@@ -362,14 +557,32 @@
|
|
|
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},
|
|
|
@@ -392,15 +605,57 @@
|
|
|
<if test="dt != null">
|
|
|
dt = #{dt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="onlineAction != null">
|
|
|
+ online_action = #{onlineAction,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="channelName != null">
|
|
|
channel_name = #{channelName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="crowdSegment != null">
|
|
|
crowd_segment = #{crowdSegment,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="demandId != null">
|
|
|
+ demand_id = #{demandId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="crowdPackage != null">
|
|
|
+ crowd_package = #{crowdPackage,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="conversionTarget != null">
|
|
|
+ conversion_target = #{conversionTarget,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="partner != null">
|
|
|
+ partner = #{partner,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="account != null">
|
|
|
+ account = #{account,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sceneValue != null">
|
|
|
+ scene_value = #{sceneValue,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandStrategy != null">
|
|
|
+ demand_strategy = #{demandStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="driveDimensionTime != null">
|
|
|
+ drive_dimension_time = #{driveDimensionTime,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="dimension != null">
|
|
|
dimension = #{dimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="demandFilterSortStrategy != null">
|
|
|
+ demand_filter_sort_strategy = #{demandFilterSortStrategy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandType != null">
|
|
|
+ demand_type = #{demandType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentId != null">
|
|
|
+ demand_content_id = #{demandContentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTitle != null">
|
|
|
+ demand_content_title = #{demandContentTitle,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="demandContentTopic != null">
|
|
|
+ demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="pointType != null">
|
|
|
point_type = #{pointType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
@@ -410,12 +665,24 @@
|
|
|
<if test="categoryName != null">
|
|
|
category_name = #{categoryName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="crowdCount != null">
|
|
|
+ crowd_count = #{crowdCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="videoCount != null">
|
|
|
+ video_count = #{videoCount,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="visitUv != null">
|
|
|
visit_uv = #{visitUv,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
+ <if test="uvRatio != null">
|
|
|
+ uv_ratio = #{uvRatio,jdbcType=DOUBLE},
|
|
|
+ </if>
|
|
|
<if test="totalRov != null">
|
|
|
total_rov = #{totalRov,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
+ <if test="matchExperimentId != null">
|
|
|
+ match_experiment_id = #{matchExperimentId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="videoId != null">
|
|
|
video_id = #{videoId,jdbcType=BIGINT},
|
|
|
</if>
|
|
|
@@ -458,14 +725,32 @@
|
|
|
<update id="updateByPrimaryKey" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
|
|
|
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},
|