|
@@ -24,6 +24,8 @@
|
|
|
<result column="demand_content_topic" jdbcType="VARCHAR" property="demandContentTopic" />
|
|
<result column="demand_content_topic" jdbcType="VARCHAR" property="demandContentTopic" />
|
|
|
<result column="point_type" jdbcType="VARCHAR" property="pointType" />
|
|
<result column="point_type" jdbcType="VARCHAR" property="pointType" />
|
|
|
<result column="standard_element" jdbcType="VARCHAR" property="standardElement" />
|
|
<result column="standard_element" jdbcType="VARCHAR" property="standardElement" />
|
|
|
|
|
+ <result column="match_generalized_element" jdbcType="VARCHAR" property="matchGeneralizedElement" />
|
|
|
|
|
+ <result column="match_generalized_point_type" jdbcType="VARCHAR" property="matchGeneralizedPointType" />
|
|
|
<result column="element_dimension" jdbcType="VARCHAR" property="elementDimension" />
|
|
<result column="element_dimension" jdbcType="VARCHAR" property="elementDimension" />
|
|
|
<result column="category_name" jdbcType="VARCHAR" property="categoryName" />
|
|
<result column="category_name" jdbcType="VARCHAR" property="categoryName" />
|
|
|
<result column="crowd_count" jdbcType="INTEGER" property="crowdCount" />
|
|
<result column="crowd_count" jdbcType="INTEGER" property="crowdCount" />
|
|
@@ -50,6 +52,9 @@
|
|
|
<result column="create_timestamp" jdbcType="BIGINT" property="createTimestamp" />
|
|
<result column="create_timestamp" jdbcType="BIGINT" property="createTimestamp" />
|
|
|
<result column="update_timestamp" jdbcType="BIGINT" property="updateTimestamp" />
|
|
<result column="update_timestamp" jdbcType="BIGINT" property="updateTimestamp" />
|
|
|
<result column="category" jdbcType="VARCHAR" property="category" />
|
|
<result column="category" jdbcType="VARCHAR" property="category" />
|
|
|
|
|
+ <result column="match_exposure_pv" jdbcType="BIGINT" property="matchExposurePv" />
|
|
|
|
|
+ <result column="match_head_single_return_rate" jdbcType="DOUBLE" property="matchHeadSingleReturnRate" />
|
|
|
|
|
+ <result column="match_head_distribution_single_return_rate" jdbcType="DOUBLE" property="matchHeadDistributionSingleReturnRate" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
<where>
|
|
@@ -113,11 +118,12 @@
|
|
|
id, dt, online_action, channel_name, crowd_segment, channel_level3, demand_id, crowd_package,
|
|
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,
|
|
conversion_target, partner, account, scene_value, demand_strategy, drive_dimension_time,
|
|
|
dimension, demand_filter_sort_strategy, demand_type, demand_content_id, demand_content_title,
|
|
dimension, demand_filter_sort_strategy, demand_type, demand_content_id, demand_content_title,
|
|
|
- demand_content_topic, point_type, standard_element, element_dimension, category_name,
|
|
|
|
|
- crowd_count, video_count, visit_uv, uv_ratio, total_rov, match_experiment_id, match_method,
|
|
|
|
|
- match_video_filter, match_sort, video_id, config_code, score, sim, rov, match_text,
|
|
|
|
|
- title, cover, video, experiment_id, scene_sum_rov, `status`, create_timestamp, update_timestamp,
|
|
|
|
|
- category
|
|
|
|
|
|
|
+ demand_content_topic, point_type, standard_element, match_generalized_element, match_generalized_point_type,
|
|
|
|
|
+ element_dimension, category_name, crowd_count, video_count, visit_uv, uv_ratio, total_rov,
|
|
|
|
|
+ match_experiment_id, match_method, match_video_filter, match_sort, video_id, config_code,
|
|
|
|
|
+ score, sim, rov, match_text, title, cover, video, experiment_id, scene_sum_rov, `status`,
|
|
|
|
|
+ create_timestamp, update_timestamp, category, match_exposure_pv, match_head_single_return_rate,
|
|
|
|
|
+ match_head_distribution_single_return_rate
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultMap="BaseResultMap">
|
|
|
select
|
|
select
|
|
@@ -160,7 +166,8 @@
|
|
|
demand_strategy, drive_dimension_time, dimension,
|
|
demand_strategy, drive_dimension_time, dimension,
|
|
|
demand_filter_sort_strategy, demand_type, demand_content_id,
|
|
demand_filter_sort_strategy, demand_type, demand_content_id,
|
|
|
demand_content_title, demand_content_topic,
|
|
demand_content_title, demand_content_topic,
|
|
|
- point_type, standard_element, element_dimension,
|
|
|
|
|
|
|
+ point_type, standard_element, match_generalized_element,
|
|
|
|
|
+ match_generalized_point_type, element_dimension,
|
|
|
category_name, crowd_count, video_count,
|
|
category_name, crowd_count, video_count,
|
|
|
visit_uv, uv_ratio, total_rov,
|
|
visit_uv, uv_ratio, total_rov,
|
|
|
match_experiment_id, match_method, match_video_filter,
|
|
match_experiment_id, match_method, match_video_filter,
|
|
@@ -168,8 +175,9 @@
|
|
|
score, sim, rov, match_text,
|
|
score, sim, rov, match_text,
|
|
|
title, cover, video,
|
|
title, cover, video,
|
|
|
experiment_id, scene_sum_rov, `status`,
|
|
experiment_id, scene_sum_rov, `status`,
|
|
|
- create_timestamp, update_timestamp, category
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ create_timestamp, update_timestamp, category,
|
|
|
|
|
+ match_exposure_pv, match_head_single_return_rate,
|
|
|
|
|
+ match_head_distribution_single_return_rate)
|
|
|
values (#{id,jdbcType=BIGINT}, #{dt,jdbcType=VARCHAR}, #{onlineAction,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=BIGINT}, #{dt,jdbcType=VARCHAR}, #{onlineAction,jdbcType=VARCHAR},
|
|
|
#{channelName,jdbcType=VARCHAR}, #{crowdSegment,jdbcType=VARCHAR}, #{channelLevel3,jdbcType=VARCHAR},
|
|
#{channelName,jdbcType=VARCHAR}, #{crowdSegment,jdbcType=VARCHAR}, #{channelLevel3,jdbcType=VARCHAR},
|
|
|
#{demandId,jdbcType=VARCHAR}, #{crowdPackage,jdbcType=VARCHAR}, #{conversionTarget,jdbcType=VARCHAR},
|
|
#{demandId,jdbcType=VARCHAR}, #{crowdPackage,jdbcType=VARCHAR}, #{conversionTarget,jdbcType=VARCHAR},
|
|
@@ -177,7 +185,8 @@
|
|
|
#{demandStrategy,jdbcType=VARCHAR}, #{driveDimensionTime,jdbcType=VARCHAR}, #{dimension,jdbcType=VARCHAR},
|
|
#{demandStrategy,jdbcType=VARCHAR}, #{driveDimensionTime,jdbcType=VARCHAR}, #{dimension,jdbcType=VARCHAR},
|
|
|
#{demandFilterSortStrategy,jdbcType=VARCHAR}, #{demandType,jdbcType=VARCHAR}, #{demandContentId,jdbcType=VARCHAR},
|
|
#{demandFilterSortStrategy,jdbcType=VARCHAR}, #{demandType,jdbcType=VARCHAR}, #{demandContentId,jdbcType=VARCHAR},
|
|
|
#{demandContentTitle,jdbcType=VARCHAR}, #{demandContentTopic,jdbcType=VARCHAR},
|
|
#{demandContentTitle,jdbcType=VARCHAR}, #{demandContentTopic,jdbcType=VARCHAR},
|
|
|
- #{pointType,jdbcType=VARCHAR}, #{standardElement,jdbcType=VARCHAR}, #{elementDimension,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{pointType,jdbcType=VARCHAR}, #{standardElement,jdbcType=VARCHAR}, #{matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ #{matchGeneralizedPointType,jdbcType=VARCHAR}, #{elementDimension,jdbcType=VARCHAR},
|
|
|
#{categoryName,jdbcType=VARCHAR}, #{crowdCount,jdbcType=INTEGER}, #{videoCount,jdbcType=INTEGER},
|
|
#{categoryName,jdbcType=VARCHAR}, #{crowdCount,jdbcType=INTEGER}, #{videoCount,jdbcType=INTEGER},
|
|
|
#{visitUv,jdbcType=BIGINT}, #{uvRatio,jdbcType=DOUBLE}, #{totalRov,jdbcType=DOUBLE},
|
|
#{visitUv,jdbcType=BIGINT}, #{uvRatio,jdbcType=DOUBLE}, #{totalRov,jdbcType=DOUBLE},
|
|
|
#{matchExperimentId,jdbcType=VARCHAR}, #{matchMethod,jdbcType=VARCHAR}, #{matchVideoFilter,jdbcType=VARCHAR},
|
|
#{matchExperimentId,jdbcType=VARCHAR}, #{matchMethod,jdbcType=VARCHAR}, #{matchVideoFilter,jdbcType=VARCHAR},
|
|
@@ -185,8 +194,9 @@
|
|
|
#{score,jdbcType=DOUBLE}, #{sim,jdbcType=DOUBLE}, #{rov,jdbcType=DOUBLE}, #{matchText,jdbcType=VARCHAR},
|
|
#{score,jdbcType=DOUBLE}, #{sim,jdbcType=DOUBLE}, #{rov,jdbcType=DOUBLE}, #{matchText,jdbcType=VARCHAR},
|
|
|
#{title,jdbcType=VARCHAR}, #{cover,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR},
|
|
#{title,jdbcType=VARCHAR}, #{cover,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR},
|
|
|
#{experimentId,jdbcType=VARCHAR}, #{sceneSumRov,jdbcType=DOUBLE}, #{status,jdbcType=INTEGER},
|
|
#{experimentId,jdbcType=VARCHAR}, #{sceneSumRov,jdbcType=DOUBLE}, #{status,jdbcType=INTEGER},
|
|
|
- #{createTimestamp,jdbcType=BIGINT}, #{updateTimestamp,jdbcType=BIGINT}, #{category,jdbcType=VARCHAR}
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ #{createTimestamp,jdbcType=BIGINT}, #{updateTimestamp,jdbcType=BIGINT}, #{category,jdbcType=VARCHAR},
|
|
|
|
|
+ #{matchExposurePv,jdbcType=BIGINT}, #{matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ #{matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE})
|
|
|
</insert>
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
|
|
|
insert into content_platform_demand_video
|
|
insert into content_platform_demand_video
|
|
@@ -257,6 +267,12 @@
|
|
|
<if test="standardElement != null">
|
|
<if test="standardElement != null">
|
|
|
standard_element,
|
|
standard_element,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchGeneralizedElement != null">
|
|
|
|
|
+ match_generalized_element,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchGeneralizedPointType != null">
|
|
|
|
|
+ match_generalized_point_type,
|
|
|
|
|
+ </if>
|
|
|
<if test="elementDimension != null">
|
|
<if test="elementDimension != null">
|
|
|
element_dimension,
|
|
element_dimension,
|
|
|
</if>
|
|
</if>
|
|
@@ -335,6 +351,15 @@
|
|
|
<if test="category != null">
|
|
<if test="category != null">
|
|
|
category,
|
|
category,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchExposurePv != null">
|
|
|
|
|
+ match_exposure_pv,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadSingleReturnRate != null">
|
|
|
|
|
+ match_head_single_return_rate,
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadDistributionSingleReturnRate != null">
|
|
|
|
|
+ match_head_distribution_single_return_rate,
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -403,6 +428,12 @@
|
|
|
<if test="standardElement != null">
|
|
<if test="standardElement != null">
|
|
|
#{standardElement,jdbcType=VARCHAR},
|
|
#{standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchGeneralizedElement != null">
|
|
|
|
|
+ #{matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchGeneralizedPointType != null">
|
|
|
|
|
+ #{matchGeneralizedPointType,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="elementDimension != null">
|
|
<if test="elementDimension != null">
|
|
|
#{elementDimension,jdbcType=VARCHAR},
|
|
#{elementDimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
@@ -481,6 +512,15 @@
|
|
|
<if test="category != null">
|
|
<if test="category != null">
|
|
|
#{category,jdbcType=VARCHAR},
|
|
#{category,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchExposurePv != null">
|
|
|
|
|
+ #{matchExposurePv,jdbcType=BIGINT},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadSingleReturnRate != null">
|
|
|
|
|
+ #{matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadDistributionSingleReturnRate != null">
|
|
|
|
|
+ #{matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultType="java.lang.Long">
|
|
<select id="countByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultType="java.lang.Long">
|
|
@@ -558,6 +598,12 @@
|
|
|
<if test="record.standardElement != null">
|
|
<if test="record.standardElement != null">
|
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.matchGeneralizedElement != null">
|
|
|
|
|
+ match_generalized_element = #{record.matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.matchGeneralizedPointType != null">
|
|
|
|
|
+ match_generalized_point_type = #{record.matchGeneralizedPointType,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="record.elementDimension != null">
|
|
<if test="record.elementDimension != null">
|
|
|
element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
@@ -636,6 +682,15 @@
|
|
|
<if test="record.category != null">
|
|
<if test="record.category != null">
|
|
|
category = #{record.category,jdbcType=VARCHAR},
|
|
category = #{record.category,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.matchExposurePv != null">
|
|
|
|
|
+ match_exposure_pv = #{record.matchExposurePv,jdbcType=BIGINT},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.matchHeadSingleReturnRate != null">
|
|
|
|
|
+ match_head_single_return_rate = #{record.matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="record.matchHeadDistributionSingleReturnRate != null">
|
|
|
|
|
+ match_head_distribution_single_return_rate = #{record.matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -665,6 +720,8 @@
|
|
|
demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
|
|
demand_content_topic = #{record.demandContentTopic,jdbcType=VARCHAR},
|
|
|
point_type = #{record.pointType,jdbcType=VARCHAR},
|
|
point_type = #{record.pointType,jdbcType=VARCHAR},
|
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
standard_element = #{record.standardElement,jdbcType=VARCHAR},
|
|
|
|
|
+ match_generalized_element = #{record.matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ match_generalized_point_type = #{record.matchGeneralizedPointType,jdbcType=VARCHAR},
|
|
|
element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
element_dimension = #{record.elementDimension,jdbcType=VARCHAR},
|
|
|
category_name = #{record.categoryName,jdbcType=VARCHAR},
|
|
category_name = #{record.categoryName,jdbcType=VARCHAR},
|
|
|
crowd_count = #{record.crowdCount,jdbcType=INTEGER},
|
|
crowd_count = #{record.crowdCount,jdbcType=INTEGER},
|
|
@@ -690,7 +747,10 @@
|
|
|
`status` = #{record.status,jdbcType=INTEGER},
|
|
`status` = #{record.status,jdbcType=INTEGER},
|
|
|
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
|
|
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
|
|
|
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
|
|
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
|
|
|
- category = #{record.category,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ category = #{record.category,jdbcType=VARCHAR},
|
|
|
|
|
+ match_exposure_pv = #{record.matchExposurePv,jdbcType=BIGINT},
|
|
|
|
|
+ match_head_single_return_rate = #{record.matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ match_head_distribution_single_return_rate = #{record.matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE}
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
</if>
|
|
@@ -761,6 +821,12 @@
|
|
|
<if test="standardElement != null">
|
|
<if test="standardElement != null">
|
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchGeneralizedElement != null">
|
|
|
|
|
+ match_generalized_element = #{matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchGeneralizedPointType != null">
|
|
|
|
|
+ match_generalized_point_type = #{matchGeneralizedPointType,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
<if test="elementDimension != null">
|
|
<if test="elementDimension != null">
|
|
|
element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
@@ -839,6 +905,15 @@
|
|
|
<if test="category != null">
|
|
<if test="category != null">
|
|
|
category = #{category,jdbcType=VARCHAR},
|
|
category = #{category,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="matchExposurePv != null">
|
|
|
|
|
+ match_exposure_pv = #{matchExposurePv,jdbcType=BIGINT},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadSingleReturnRate != null">
|
|
|
|
|
+ match_head_single_return_rate = #{matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
|
|
+ <if test="matchHeadDistributionSingleReturnRate != null">
|
|
|
|
|
+ match_head_distribution_single_return_rate = #{matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
</update>
|
|
@@ -865,6 +940,8 @@
|
|
|
demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
|
|
demand_content_topic = #{demandContentTopic,jdbcType=VARCHAR},
|
|
|
point_type = #{pointType,jdbcType=VARCHAR},
|
|
point_type = #{pointType,jdbcType=VARCHAR},
|
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
standard_element = #{standardElement,jdbcType=VARCHAR},
|
|
|
|
|
+ match_generalized_element = #{matchGeneralizedElement,jdbcType=VARCHAR},
|
|
|
|
|
+ match_generalized_point_type = #{matchGeneralizedPointType,jdbcType=VARCHAR},
|
|
|
element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
element_dimension = #{elementDimension,jdbcType=VARCHAR},
|
|
|
category_name = #{categoryName,jdbcType=VARCHAR},
|
|
category_name = #{categoryName,jdbcType=VARCHAR},
|
|
|
crowd_count = #{crowdCount,jdbcType=INTEGER},
|
|
crowd_count = #{crowdCount,jdbcType=INTEGER},
|
|
@@ -890,7 +967,10 @@
|
|
|
`status` = #{status,jdbcType=INTEGER},
|
|
`status` = #{status,jdbcType=INTEGER},
|
|
|
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
|
|
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
|
|
|
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
|
|
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
|
|
|
- category = #{category,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ category = #{category,jdbcType=VARCHAR},
|
|
|
|
|
+ match_exposure_pv = #{matchExposurePv,jdbcType=BIGINT},
|
|
|
|
|
+ match_head_single_return_rate = #{matchHeadSingleReturnRate,jdbcType=DOUBLE},
|
|
|
|
|
+ match_head_distribution_single_return_rate = #{matchHeadDistributionSingleReturnRate,jdbcType=DOUBLE}
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
</update>
|
|
|
</mapper>
|
|
</mapper>
|