| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.tzld.piaoquan.api.dao.mapper.contentplatform.ContentPlatformDemandVideoMapper">
- <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" />
- <result column="sim" jdbcType="DOUBLE" property="sim" />
- <result column="rov" jdbcType="DOUBLE" property="rov" />
- <result column="match_text" jdbcType="VARCHAR" property="matchText" />
- <result column="title" jdbcType="VARCHAR" property="title" />
- <result column="cover" jdbcType="VARCHAR" property="cover" />
- <result column="video" jdbcType="VARCHAR" property="video" />
- <result column="experiment_id" jdbcType="VARCHAR" property="experimentId" />
- <result column="status" jdbcType="INTEGER" property="status" />
- <result column="create_timestamp" jdbcType="BIGINT" property="createTimestamp" />
- <result column="update_timestamp" jdbcType="BIGINT" property="updateTimestamp" />
- </resultMap>
- <sql id="Example_Where_Clause">
- <where>
- <foreach collection="oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause">
- <where>
- <foreach collection="example.oredCriteria" item="criteria" separator="or">
- <if test="criteria.valid">
- <trim prefix="(" prefixOverrides="and" suffix=")">
- <foreach collection="criteria.criteria" item="criterion">
- <choose>
- <when test="criterion.noValue">
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue">
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue">
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue">
- and ${criterion.condition}
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List">
- 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
- </sql>
- <select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultMap="BaseResultMap">
- select
- <if test="distinct">
- distinct
- </if>
- <include refid="Base_Column_List" />
- from content_platform_demand_video
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null">
- order by ${orderByClause}
- </if>
- <if test="page != null">
- limit #{page.offset} , #{page.pageSize}
- </if>
- </select>
- <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
- select
- <include refid="Base_Column_List" />
- from content_platform_demand_video
- where id = #{id,jdbcType=BIGINT}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
- delete from content_platform_demand_video
- where id = #{id,jdbcType=BIGINT}
- </delete>
- <delete id="deleteByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample">
- delete from content_platform_demand_video
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
- 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>
- <insert id="insertSelective" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
- insert into content_platform_demand_video
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="id != null">
- id,
- </if>
- <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>
- <if test="standardElement != null">
- standard_element,
- </if>
- <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>
- <if test="configCode != null">
- config_code,
- </if>
- <if test="score != null">
- score,
- </if>
- <if test="sim != null">
- sim,
- </if>
- <if test="rov != null">
- rov,
- </if>
- <if test="matchText != null">
- match_text,
- </if>
- <if test="title != null">
- title,
- </if>
- <if test="cover != null">
- cover,
- </if>
- <if test="video != null">
- video,
- </if>
- <if test="experimentId != null">
- experiment_id,
- </if>
- <if test="status != null">
- `status`,
- </if>
- <if test="createTimestamp != null">
- create_timestamp,
- </if>
- <if test="updateTimestamp != null">
- update_timestamp,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="id != null">
- #{id,jdbcType=BIGINT},
- </if>
- <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>
- <if test="standardElement != null">
- #{standardElement,jdbcType=VARCHAR},
- </if>
- <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>
- <if test="configCode != null">
- #{configCode,jdbcType=VARCHAR},
- </if>
- <if test="score != null">
- #{score,jdbcType=DOUBLE},
- </if>
- <if test="sim != null">
- #{sim,jdbcType=DOUBLE},
- </if>
- <if test="rov != null">
- #{rov,jdbcType=DOUBLE},
- </if>
- <if test="matchText != null">
- #{matchText,jdbcType=VARCHAR},
- </if>
- <if test="title != null">
- #{title,jdbcType=VARCHAR},
- </if>
- <if test="cover != null">
- #{cover,jdbcType=VARCHAR},
- </if>
- <if test="video != null">
- #{video,jdbcType=VARCHAR},
- </if>
- <if test="experimentId != null">
- #{experimentId,jdbcType=VARCHAR},
- </if>
- <if test="status != null">
- #{status,jdbcType=INTEGER},
- </if>
- <if test="createTimestamp != null">
- #{createTimestamp,jdbcType=BIGINT},
- </if>
- <if test="updateTimestamp != null">
- #{updateTimestamp,jdbcType=BIGINT},
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideoExample" resultType="java.lang.Long">
- select count(*) from content_platform_demand_video
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </select>
- <update id="updateByExampleSelective" parameterType="map">
- update content_platform_demand_video
- <set>
- <if test="record.id != null">
- id = #{record.id,jdbcType=BIGINT},
- </if>
- <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>
- <if test="record.standardElement != null">
- standard_element = #{record.standardElement,jdbcType=VARCHAR},
- </if>
- <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>
- <if test="record.configCode != null">
- config_code = #{record.configCode,jdbcType=VARCHAR},
- </if>
- <if test="record.score != null">
- score = #{record.score,jdbcType=DOUBLE},
- </if>
- <if test="record.sim != null">
- sim = #{record.sim,jdbcType=DOUBLE},
- </if>
- <if test="record.rov != null">
- rov = #{record.rov,jdbcType=DOUBLE},
- </if>
- <if test="record.matchText != null">
- match_text = #{record.matchText,jdbcType=VARCHAR},
- </if>
- <if test="record.title != null">
- title = #{record.title,jdbcType=VARCHAR},
- </if>
- <if test="record.cover != null">
- cover = #{record.cover,jdbcType=VARCHAR},
- </if>
- <if test="record.video != null">
- video = #{record.video,jdbcType=VARCHAR},
- </if>
- <if test="record.experimentId != null">
- experiment_id = #{record.experimentId,jdbcType=VARCHAR},
- </if>
- <if test="record.status != null">
- `status` = #{record.status,jdbcType=INTEGER},
- </if>
- <if test="record.createTimestamp != null">
- create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
- </if>
- <if test="record.updateTimestamp != null">
- update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
- </if>
- </set>
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByExample" parameterType="map">
- 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}
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformDemandVideo">
- update content_platform_demand_video
- <set>
- <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>
- <if test="standardElement != null">
- standard_element = #{standardElement,jdbcType=VARCHAR},
- </if>
- <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>
- <if test="configCode != null">
- config_code = #{configCode,jdbcType=VARCHAR},
- </if>
- <if test="score != null">
- score = #{score,jdbcType=DOUBLE},
- </if>
- <if test="sim != null">
- sim = #{sim,jdbcType=DOUBLE},
- </if>
- <if test="rov != null">
- rov = #{rov,jdbcType=DOUBLE},
- </if>
- <if test="matchText != null">
- match_text = #{matchText,jdbcType=VARCHAR},
- </if>
- <if test="title != null">
- title = #{title,jdbcType=VARCHAR},
- </if>
- <if test="cover != null">
- cover = #{cover,jdbcType=VARCHAR},
- </if>
- <if test="video != null">
- video = #{video,jdbcType=VARCHAR},
- </if>
- <if test="experimentId != null">
- experiment_id = #{experimentId,jdbcType=VARCHAR},
- </if>
- <if test="status != null">
- `status` = #{status,jdbcType=INTEGER},
- </if>
- <if test="createTimestamp != null">
- create_timestamp = #{createTimestamp,jdbcType=BIGINT},
- </if>
- <if test="updateTimestamp != null">
- update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
- </if>
- </set>
- where id = #{id,jdbcType=BIGINT}
- </update>
- <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},
- 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>
- </mapper>
|