|
@@ -5,6 +5,9 @@
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
<result column="content_trace_id" jdbcType="VARCHAR" property="contentTraceId" />
|
|
<result column="content_trace_id" jdbcType="VARCHAR" property="contentTraceId" />
|
|
<result column="article_title" jdbcType="VARCHAR" property="articleTitle" />
|
|
<result column="article_title" jdbcType="VARCHAR" property="articleTitle" />
|
|
|
|
+ <result column="old_article_title" jdbcType="VARCHAR" property="oldArticleTitle" />
|
|
|
|
+ <result column="article_title_update_account" jdbcType="VARCHAR" property="articleTitleUpdateAccount" />
|
|
|
|
+ <result column="article_title_update_timestamp" jdbcType="BIGINT" property="articleTitleUpdateTimestamp" />
|
|
<result column="out_account_id" jdbcType="VARCHAR" property="outAccountId" />
|
|
<result column="out_account_id" jdbcType="VARCHAR" property="outAccountId" />
|
|
<result column="out_account_name" jdbcType="VARCHAR" property="outAccountName" />
|
|
<result column="out_account_name" jdbcType="VARCHAR" property="outAccountName" />
|
|
<result column="read_cnt" jdbcType="INTEGER" property="readCnt" />
|
|
<result column="read_cnt" jdbcType="INTEGER" property="readCnt" />
|
|
@@ -16,16 +19,32 @@
|
|
<result column="video_oss_path" jdbcType="VARCHAR" property="videoOssPath" />
|
|
<result column="video_oss_path" jdbcType="VARCHAR" property="videoOssPath" />
|
|
<result column="flow_pool_level" jdbcType="INTEGER" property="flowPoolLevel" />
|
|
<result column="flow_pool_level" jdbcType="INTEGER" property="flowPoolLevel" />
|
|
<result column="bad_status" jdbcType="BIT" property="badStatus" />
|
|
<result column="bad_status" jdbcType="BIT" property="badStatus" />
|
|
|
|
+ <result column="status" jdbcType="INTEGER" property="status" />
|
|
<result column="publish_timestamp" jdbcType="BIGINT" property="publishTimestamp" />
|
|
<result column="publish_timestamp" jdbcType="BIGINT" property="publishTimestamp" />
|
|
<result column="crawler_timestamp" jdbcType="BIGINT" property="crawlerTimestamp" />
|
|
<result column="crawler_timestamp" jdbcType="BIGINT" property="crawlerTimestamp" />
|
|
<result column="url_unique_md5" jdbcType="VARCHAR" property="urlUniqueMd5" />
|
|
<result column="url_unique_md5" jdbcType="VARCHAR" property="urlUniqueMd5" />
|
|
<result column="up_level_timestamp" jdbcType="BIGINT" property="upLevelTimestamp" />
|
|
<result column="up_level_timestamp" jdbcType="BIGINT" property="upLevelTimestamp" />
|
|
|
|
+ <result column="up_level_source" jdbcType="VARCHAR" property="upLevelSource" />
|
|
<result column="exit_timestamp" jdbcType="BIGINT" property="exitTimestamp" />
|
|
<result column="exit_timestamp" jdbcType="BIGINT" property="exitTimestamp" />
|
|
<result column="source_account" jdbcType="INTEGER" property="sourceAccount" />
|
|
<result column="source_account" jdbcType="INTEGER" property="sourceAccount" />
|
|
<result column="audit_status" jdbcType="INTEGER" property="auditStatus" />
|
|
<result column="audit_status" jdbcType="INTEGER" property="auditStatus" />
|
|
<result column="audit_video_id" jdbcType="BIGINT" property="auditVideoId" />
|
|
<result column="audit_video_id" jdbcType="BIGINT" property="auditVideoId" />
|
|
<result column="audit_timestamp" jdbcType="BIGINT" property="auditTimestamp" />
|
|
<result column="audit_timestamp" jdbcType="BIGINT" property="auditTimestamp" />
|
|
<result column="mini_program_title" jdbcType="VARCHAR" property="miniProgramTitle" />
|
|
<result column="mini_program_title" jdbcType="VARCHAR" property="miniProgramTitle" />
|
|
|
|
+ <result column="old_mini_program_title" jdbcType="VARCHAR" property="oldMiniProgramTitle" />
|
|
|
|
+ <result column="mini_program_title_update_account" jdbcType="VARCHAR" property="miniProgramTitleUpdateAccount" />
|
|
|
|
+ <result column="mini_program_title_update_timestamp" jdbcType="BIGINT" property="miniProgramTitleUpdateTimestamp" />
|
|
|
|
+ <result column="video_pool_audit_status" jdbcType="INTEGER" property="videoPoolAuditStatus" />
|
|
|
|
+ <result column="video_pool_audit_account" jdbcType="VARCHAR" property="videoPoolAuditAccount" />
|
|
|
|
+ <result column="video_pool_audit_timestamp" jdbcType="BIGINT" property="videoPoolAuditTimestamp" />
|
|
|
|
+ <result column="category" jdbcType="VARCHAR" property="category" />
|
|
|
|
+ <result column="platform" jdbcType="VARCHAR" property="platform" />
|
|
|
|
+ <result column="title_rewrite_status" jdbcType="INTEGER" property="titleRewriteStatus" />
|
|
|
|
+ <result column="title_rewrite_status_update_timestamp" jdbcType="BIGINT" property="titleRewriteStatusUpdateTimestamp" />
|
|
|
|
+ <result column="score" jdbcType="REAL" property="score" />
|
|
|
|
+ </resultMap>
|
|
|
|
+ <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
|
|
+ <result column="tags" jdbcType="LONGVARCHAR" property="tags" />
|
|
</resultMap>
|
|
</resultMap>
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|
|
<where>
|
|
<where>
|
|
@@ -86,12 +105,37 @@
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- id, content_trace_id, article_title, out_account_id, out_account_name, read_cnt,
|
|
|
|
- like_cnt, article_index, article_publish_type, article_url, cover_url, video_oss_path,
|
|
|
|
- flow_pool_level, bad_status, publish_timestamp, crawler_timestamp, url_unique_md5,
|
|
|
|
- up_level_timestamp, exit_timestamp, source_account, audit_status, audit_video_id,
|
|
|
|
- audit_timestamp, mini_program_title
|
|
|
|
|
|
+ id, content_trace_id, article_title, old_article_title, article_title_update_account,
|
|
|
|
+ article_title_update_timestamp, out_account_id, out_account_name, read_cnt, like_cnt,
|
|
|
|
+ article_index, article_publish_type, article_url, cover_url, video_oss_path, flow_pool_level,
|
|
|
|
+ bad_status, `status`, publish_timestamp, crawler_timestamp, url_unique_md5, up_level_timestamp,
|
|
|
|
+ up_level_source, exit_timestamp, source_account, audit_status, audit_video_id, audit_timestamp,
|
|
|
|
+ mini_program_title, old_mini_program_title, mini_program_title_update_account, mini_program_title_update_timestamp,
|
|
|
|
+ video_pool_audit_status, video_pool_audit_account, video_pool_audit_timestamp, category,
|
|
|
|
+ platform, title_rewrite_status, title_rewrite_status_update_timestamp, score
|
|
|
|
+ </sql>
|
|
|
|
+ <sql id="Blob_Column_List">
|
|
|
|
+ tags
|
|
</sql>
|
|
</sql>
|
|
|
|
+ <select id="selectByExampleWithBLOBs" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSourceExample" resultMap="ResultMapWithBLOBs">
|
|
|
|
+ select
|
|
|
|
+ <if test="distinct">
|
|
|
|
+ distinct
|
|
|
|
+ </if>
|
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
|
+ ,
|
|
|
|
+ <include refid="Blob_Column_List" />
|
|
|
|
+ from publish_single_video_source
|
|
|
|
+ <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="selectByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSourceExample" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSourceExample" resultMap="BaseResultMap">
|
|
select
|
|
select
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -109,9 +153,11 @@
|
|
limit #{page.offset} , #{page.pageSize}
|
|
limit #{page.offset} , #{page.pageSize}
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
- <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
|
|
|
+ <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="ResultMapWithBLOBs">
|
|
select
|
|
select
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
|
|
+ ,
|
|
|
|
+ <include refid="Blob_Column_List" />
|
|
from publish_single_video_source
|
|
from publish_single_video_source
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</select>
|
|
</select>
|
|
@@ -127,23 +173,37 @@
|
|
</delete>
|
|
</delete>
|
|
<insert id="insert" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
<insert id="insert" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
insert into publish_single_video_source (id, content_trace_id, article_title,
|
|
insert into publish_single_video_source (id, content_trace_id, article_title,
|
|
- out_account_id, out_account_name, read_cnt,
|
|
|
|
- like_cnt, article_index, article_publish_type,
|
|
|
|
- article_url, cover_url, video_oss_path,
|
|
|
|
- flow_pool_level, bad_status, publish_timestamp,
|
|
|
|
|
|
+ old_article_title, article_title_update_account,
|
|
|
|
+ article_title_update_timestamp, out_account_id,
|
|
|
|
+ out_account_name, read_cnt, like_cnt,
|
|
|
|
+ article_index, article_publish_type, article_url,
|
|
|
|
+ cover_url, video_oss_path, flow_pool_level,
|
|
|
|
+ bad_status, `status`, publish_timestamp,
|
|
crawler_timestamp, url_unique_md5, up_level_timestamp,
|
|
crawler_timestamp, url_unique_md5, up_level_timestamp,
|
|
- exit_timestamp, source_account, audit_status,
|
|
|
|
- audit_video_id, audit_timestamp, mini_program_title
|
|
|
|
- )
|
|
|
|
|
|
+ up_level_source, exit_timestamp, source_account,
|
|
|
|
+ audit_status, audit_video_id, audit_timestamp,
|
|
|
|
+ mini_program_title, old_mini_program_title,
|
|
|
|
+ mini_program_title_update_account, mini_program_title_update_timestamp,
|
|
|
|
+ video_pool_audit_status, video_pool_audit_account,
|
|
|
|
+ video_pool_audit_timestamp, category, platform,
|
|
|
|
+ title_rewrite_status, title_rewrite_status_update_timestamp,
|
|
|
|
+ score, tags)
|
|
values (#{id,jdbcType=INTEGER}, #{contentTraceId,jdbcType=VARCHAR}, #{articleTitle,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=INTEGER}, #{contentTraceId,jdbcType=VARCHAR}, #{articleTitle,jdbcType=VARCHAR},
|
|
- #{outAccountId,jdbcType=VARCHAR}, #{outAccountName,jdbcType=VARCHAR}, #{readCnt,jdbcType=INTEGER},
|
|
|
|
- #{likeCnt,jdbcType=INTEGER}, #{articleIndex,jdbcType=BIT}, #{articlePublishType,jdbcType=VARCHAR},
|
|
|
|
- #{articleUrl,jdbcType=VARCHAR}, #{coverUrl,jdbcType=VARCHAR}, #{videoOssPath,jdbcType=VARCHAR},
|
|
|
|
- #{flowPoolLevel,jdbcType=INTEGER}, #{badStatus,jdbcType=BIT}, #{publishTimestamp,jdbcType=BIGINT},
|
|
|
|
|
|
+ #{oldArticleTitle,jdbcType=VARCHAR}, #{articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ #{articleTitleUpdateTimestamp,jdbcType=BIGINT}, #{outAccountId,jdbcType=VARCHAR},
|
|
|
|
+ #{outAccountName,jdbcType=VARCHAR}, #{readCnt,jdbcType=INTEGER}, #{likeCnt,jdbcType=INTEGER},
|
|
|
|
+ #{articleIndex,jdbcType=BIT}, #{articlePublishType,jdbcType=VARCHAR}, #{articleUrl,jdbcType=VARCHAR},
|
|
|
|
+ #{coverUrl,jdbcType=VARCHAR}, #{videoOssPath,jdbcType=VARCHAR}, #{flowPoolLevel,jdbcType=INTEGER},
|
|
|
|
+ #{badStatus,jdbcType=BIT}, #{status,jdbcType=INTEGER}, #{publishTimestamp,jdbcType=BIGINT},
|
|
#{crawlerTimestamp,jdbcType=BIGINT}, #{urlUniqueMd5,jdbcType=VARCHAR}, #{upLevelTimestamp,jdbcType=BIGINT},
|
|
#{crawlerTimestamp,jdbcType=BIGINT}, #{urlUniqueMd5,jdbcType=VARCHAR}, #{upLevelTimestamp,jdbcType=BIGINT},
|
|
- #{exitTimestamp,jdbcType=BIGINT}, #{sourceAccount,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER},
|
|
|
|
- #{auditVideoId,jdbcType=BIGINT}, #{auditTimestamp,jdbcType=BIGINT}, #{miniProgramTitle,jdbcType=VARCHAR}
|
|
|
|
- )
|
|
|
|
|
|
+ #{upLevelSource,jdbcType=VARCHAR}, #{exitTimestamp,jdbcType=BIGINT}, #{sourceAccount,jdbcType=INTEGER},
|
|
|
|
+ #{auditStatus,jdbcType=INTEGER}, #{auditVideoId,jdbcType=BIGINT}, #{auditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ #{miniProgramTitle,jdbcType=VARCHAR}, #{oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ #{miniProgramTitleUpdateAccount,jdbcType=VARCHAR}, #{miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ #{videoPoolAuditStatus,jdbcType=INTEGER}, #{videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ #{videoPoolAuditTimestamp,jdbcType=BIGINT}, #{category,jdbcType=VARCHAR}, #{platform,jdbcType=VARCHAR},
|
|
|
|
+ #{titleRewriteStatus,jdbcType=INTEGER}, #{titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ #{score,jdbcType=REAL}, #{tags,jdbcType=LONGVARCHAR})
|
|
</insert>
|
|
</insert>
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
insert into publish_single_video_source
|
|
insert into publish_single_video_source
|
|
@@ -157,6 +217,15 @@
|
|
<if test="articleTitle != null">
|
|
<if test="articleTitle != null">
|
|
article_title,
|
|
article_title,
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldArticleTitle != null">
|
|
|
|
+ old_article_title,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateAccount != null">
|
|
|
|
+ article_title_update_account,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateTimestamp != null">
|
|
|
|
+ article_title_update_timestamp,
|
|
|
|
+ </if>
|
|
<if test="outAccountId != null">
|
|
<if test="outAccountId != null">
|
|
out_account_id,
|
|
out_account_id,
|
|
</if>
|
|
</if>
|
|
@@ -190,6 +259,9 @@
|
|
<if test="badStatus != null">
|
|
<if test="badStatus != null">
|
|
bad_status,
|
|
bad_status,
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="status != null">
|
|
|
|
+ `status`,
|
|
|
|
+ </if>
|
|
<if test="publishTimestamp != null">
|
|
<if test="publishTimestamp != null">
|
|
publish_timestamp,
|
|
publish_timestamp,
|
|
</if>
|
|
</if>
|
|
@@ -202,6 +274,9 @@
|
|
<if test="upLevelTimestamp != null">
|
|
<if test="upLevelTimestamp != null">
|
|
up_level_timestamp,
|
|
up_level_timestamp,
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="upLevelSource != null">
|
|
|
|
+ up_level_source,
|
|
|
|
+ </if>
|
|
<if test="exitTimestamp != null">
|
|
<if test="exitTimestamp != null">
|
|
exit_timestamp,
|
|
exit_timestamp,
|
|
</if>
|
|
</if>
|
|
@@ -220,6 +295,42 @@
|
|
<if test="miniProgramTitle != null">
|
|
<if test="miniProgramTitle != null">
|
|
mini_program_title,
|
|
mini_program_title,
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldMiniProgramTitle != null">
|
|
|
|
+ old_mini_program_title,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateAccount != null">
|
|
|
|
+ mini_program_title_update_account,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateTimestamp != null">
|
|
|
|
+ mini_program_title_update_timestamp,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditStatus != null">
|
|
|
|
+ video_pool_audit_status,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditAccount != null">
|
|
|
|
+ video_pool_audit_account,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditTimestamp != null">
|
|
|
|
+ video_pool_audit_timestamp,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="category != null">
|
|
|
|
+ category,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="platform != null">
|
|
|
|
+ platform,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatus != null">
|
|
|
|
+ title_rewrite_status,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatusUpdateTimestamp != null">
|
|
|
|
+ title_rewrite_status_update_timestamp,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="score != null">
|
|
|
|
+ score,
|
|
|
|
+ </if>
|
|
|
|
+ <if test="tags != null">
|
|
|
|
+ tags,
|
|
|
|
+ </if>
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -231,6 +342,15 @@
|
|
<if test="articleTitle != null">
|
|
<if test="articleTitle != null">
|
|
#{articleTitle,jdbcType=VARCHAR},
|
|
#{articleTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldArticleTitle != null">
|
|
|
|
+ #{oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateAccount != null">
|
|
|
|
+ #{articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateTimestamp != null">
|
|
|
|
+ #{articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
<if test="outAccountId != null">
|
|
<if test="outAccountId != null">
|
|
#{outAccountId,jdbcType=VARCHAR},
|
|
#{outAccountId,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
@@ -264,6 +384,9 @@
|
|
<if test="badStatus != null">
|
|
<if test="badStatus != null">
|
|
#{badStatus,jdbcType=BIT},
|
|
#{badStatus,jdbcType=BIT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="status != null">
|
|
|
|
+ #{status,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="publishTimestamp != null">
|
|
<if test="publishTimestamp != null">
|
|
#{publishTimestamp,jdbcType=BIGINT},
|
|
#{publishTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -276,6 +399,9 @@
|
|
<if test="upLevelTimestamp != null">
|
|
<if test="upLevelTimestamp != null">
|
|
#{upLevelTimestamp,jdbcType=BIGINT},
|
|
#{upLevelTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="upLevelSource != null">
|
|
|
|
+ #{upLevelSource,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
<if test="exitTimestamp != null">
|
|
<if test="exitTimestamp != null">
|
|
#{exitTimestamp,jdbcType=BIGINT},
|
|
#{exitTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -294,6 +420,42 @@
|
|
<if test="miniProgramTitle != null">
|
|
<if test="miniProgramTitle != null">
|
|
#{miniProgramTitle,jdbcType=VARCHAR},
|
|
#{miniProgramTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldMiniProgramTitle != null">
|
|
|
|
+ #{oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateAccount != null">
|
|
|
|
+ #{miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateTimestamp != null">
|
|
|
|
+ #{miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditStatus != null">
|
|
|
|
+ #{videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditAccount != null">
|
|
|
|
+ #{videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditTimestamp != null">
|
|
|
|
+ #{videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="category != null">
|
|
|
|
+ #{category,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="platform != null">
|
|
|
|
+ #{platform,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatus != null">
|
|
|
|
+ #{titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatusUpdateTimestamp != null">
|
|
|
|
+ #{titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="score != null">
|
|
|
|
+ #{score,jdbcType=REAL},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="tags != null">
|
|
|
|
+ #{tags,jdbcType=LONGVARCHAR},
|
|
|
|
+ </if>
|
|
</trim>
|
|
</trim>
|
|
</insert>
|
|
</insert>
|
|
<select id="countByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSourceExample" resultType="java.lang.Long">
|
|
<select id="countByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSourceExample" resultType="java.lang.Long">
|
|
@@ -314,6 +476,15 @@
|
|
<if test="record.articleTitle != null">
|
|
<if test="record.articleTitle != null">
|
|
article_title = #{record.articleTitle,jdbcType=VARCHAR},
|
|
article_title = #{record.articleTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="record.oldArticleTitle != null">
|
|
|
|
+ old_article_title = #{record.oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.articleTitleUpdateAccount != null">
|
|
|
|
+ article_title_update_account = #{record.articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.articleTitleUpdateTimestamp != null">
|
|
|
|
+ article_title_update_timestamp = #{record.articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
<if test="record.outAccountId != null">
|
|
<if test="record.outAccountId != null">
|
|
out_account_id = #{record.outAccountId,jdbcType=VARCHAR},
|
|
out_account_id = #{record.outAccountId,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
@@ -347,6 +518,9 @@
|
|
<if test="record.badStatus != null">
|
|
<if test="record.badStatus != null">
|
|
bad_status = #{record.badStatus,jdbcType=BIT},
|
|
bad_status = #{record.badStatus,jdbcType=BIT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="record.status != null">
|
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="record.publishTimestamp != null">
|
|
<if test="record.publishTimestamp != null">
|
|
publish_timestamp = #{record.publishTimestamp,jdbcType=BIGINT},
|
|
publish_timestamp = #{record.publishTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -359,6 +533,9 @@
|
|
<if test="record.upLevelTimestamp != null">
|
|
<if test="record.upLevelTimestamp != null">
|
|
up_level_timestamp = #{record.upLevelTimestamp,jdbcType=BIGINT},
|
|
up_level_timestamp = #{record.upLevelTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="record.upLevelSource != null">
|
|
|
|
+ up_level_source = #{record.upLevelSource,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
<if test="record.exitTimestamp != null">
|
|
<if test="record.exitTimestamp != null">
|
|
exit_timestamp = #{record.exitTimestamp,jdbcType=BIGINT},
|
|
exit_timestamp = #{record.exitTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -377,16 +554,102 @@
|
|
<if test="record.miniProgramTitle != null">
|
|
<if test="record.miniProgramTitle != null">
|
|
mini_program_title = #{record.miniProgramTitle,jdbcType=VARCHAR},
|
|
mini_program_title = #{record.miniProgramTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="record.oldMiniProgramTitle != null">
|
|
|
|
+ old_mini_program_title = #{record.oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.miniProgramTitleUpdateAccount != null">
|
|
|
|
+ mini_program_title_update_account = #{record.miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.miniProgramTitleUpdateTimestamp != null">
|
|
|
|
+ mini_program_title_update_timestamp = #{record.miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.videoPoolAuditStatus != null">
|
|
|
|
+ video_pool_audit_status = #{record.videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.videoPoolAuditAccount != null">
|
|
|
|
+ video_pool_audit_account = #{record.videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.videoPoolAuditTimestamp != null">
|
|
|
|
+ video_pool_audit_timestamp = #{record.videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.category != null">
|
|
|
|
+ category = #{record.category,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.platform != null">
|
|
|
|
+ platform = #{record.platform,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.titleRewriteStatus != null">
|
|
|
|
+ title_rewrite_status = #{record.titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.titleRewriteStatusUpdateTimestamp != null">
|
|
|
|
+ title_rewrite_status_update_timestamp = #{record.titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.score != null">
|
|
|
|
+ score = #{record.score,jdbcType=REAL},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="record.tags != null">
|
|
|
|
+ tags = #{record.tags,jdbcType=LONGVARCHAR},
|
|
|
|
+ </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" />
|
|
</if>
|
|
</if>
|
|
</update>
|
|
</update>
|
|
|
|
+ <update id="updateByExampleWithBLOBs" parameterType="map">
|
|
|
|
+ update publish_single_video_source
|
|
|
|
+ set id = #{record.id,jdbcType=INTEGER},
|
|
|
|
+ content_trace_id = #{record.contentTraceId,jdbcType=VARCHAR},
|
|
|
|
+ article_title = #{record.articleTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_article_title = #{record.oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_account = #{record.articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_timestamp = #{record.articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ out_account_id = #{record.outAccountId,jdbcType=VARCHAR},
|
|
|
|
+ out_account_name = #{record.outAccountName,jdbcType=VARCHAR},
|
|
|
|
+ read_cnt = #{record.readCnt,jdbcType=INTEGER},
|
|
|
|
+ like_cnt = #{record.likeCnt,jdbcType=INTEGER},
|
|
|
|
+ article_index = #{record.articleIndex,jdbcType=BIT},
|
|
|
|
+ article_publish_type = #{record.articlePublishType,jdbcType=VARCHAR},
|
|
|
|
+ article_url = #{record.articleUrl,jdbcType=VARCHAR},
|
|
|
|
+ cover_url = #{record.coverUrl,jdbcType=VARCHAR},
|
|
|
|
+ video_oss_path = #{record.videoOssPath,jdbcType=VARCHAR},
|
|
|
|
+ flow_pool_level = #{record.flowPoolLevel,jdbcType=INTEGER},
|
|
|
|
+ bad_status = #{record.badStatus,jdbcType=BIT},
|
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
|
+ publish_timestamp = #{record.publishTimestamp,jdbcType=BIGINT},
|
|
|
|
+ crawler_timestamp = #{record.crawlerTimestamp,jdbcType=BIGINT},
|
|
|
|
+ url_unique_md5 = #{record.urlUniqueMd5,jdbcType=VARCHAR},
|
|
|
|
+ up_level_timestamp = #{record.upLevelTimestamp,jdbcType=BIGINT},
|
|
|
|
+ up_level_source = #{record.upLevelSource,jdbcType=VARCHAR},
|
|
|
|
+ exit_timestamp = #{record.exitTimestamp,jdbcType=BIGINT},
|
|
|
|
+ source_account = #{record.sourceAccount,jdbcType=INTEGER},
|
|
|
|
+ audit_status = #{record.auditStatus,jdbcType=INTEGER},
|
|
|
|
+ audit_video_id = #{record.auditVideoId,jdbcType=BIGINT},
|
|
|
|
+ audit_timestamp = #{record.auditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ mini_program_title = #{record.miniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_mini_program_title = #{record.oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_account = #{record.miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_timestamp = #{record.miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ video_pool_audit_status = #{record.videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ video_pool_audit_account = #{record.videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ video_pool_audit_timestamp = #{record.videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ category = #{record.category,jdbcType=VARCHAR},
|
|
|
|
+ platform = #{record.platform,jdbcType=VARCHAR},
|
|
|
|
+ title_rewrite_status = #{record.titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ title_rewrite_status_update_timestamp = #{record.titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ score = #{record.score,jdbcType=REAL},
|
|
|
|
+ tags = #{record.tags,jdbcType=LONGVARCHAR}
|
|
|
|
+ <if test="_parameter != null">
|
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
|
+ </if>
|
|
|
|
+ </update>
|
|
<update id="updateByExample" parameterType="map">
|
|
<update id="updateByExample" parameterType="map">
|
|
update publish_single_video_source
|
|
update publish_single_video_source
|
|
set id = #{record.id,jdbcType=INTEGER},
|
|
set id = #{record.id,jdbcType=INTEGER},
|
|
content_trace_id = #{record.contentTraceId,jdbcType=VARCHAR},
|
|
content_trace_id = #{record.contentTraceId,jdbcType=VARCHAR},
|
|
article_title = #{record.articleTitle,jdbcType=VARCHAR},
|
|
article_title = #{record.articleTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_article_title = #{record.oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_account = #{record.articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_timestamp = #{record.articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
out_account_id = #{record.outAccountId,jdbcType=VARCHAR},
|
|
out_account_id = #{record.outAccountId,jdbcType=VARCHAR},
|
|
out_account_name = #{record.outAccountName,jdbcType=VARCHAR},
|
|
out_account_name = #{record.outAccountName,jdbcType=VARCHAR},
|
|
read_cnt = #{record.readCnt,jdbcType=INTEGER},
|
|
read_cnt = #{record.readCnt,jdbcType=INTEGER},
|
|
@@ -398,16 +661,29 @@
|
|
video_oss_path = #{record.videoOssPath,jdbcType=VARCHAR},
|
|
video_oss_path = #{record.videoOssPath,jdbcType=VARCHAR},
|
|
flow_pool_level = #{record.flowPoolLevel,jdbcType=INTEGER},
|
|
flow_pool_level = #{record.flowPoolLevel,jdbcType=INTEGER},
|
|
bad_status = #{record.badStatus,jdbcType=BIT},
|
|
bad_status = #{record.badStatus,jdbcType=BIT},
|
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
publish_timestamp = #{record.publishTimestamp,jdbcType=BIGINT},
|
|
publish_timestamp = #{record.publishTimestamp,jdbcType=BIGINT},
|
|
crawler_timestamp = #{record.crawlerTimestamp,jdbcType=BIGINT},
|
|
crawler_timestamp = #{record.crawlerTimestamp,jdbcType=BIGINT},
|
|
url_unique_md5 = #{record.urlUniqueMd5,jdbcType=VARCHAR},
|
|
url_unique_md5 = #{record.urlUniqueMd5,jdbcType=VARCHAR},
|
|
up_level_timestamp = #{record.upLevelTimestamp,jdbcType=BIGINT},
|
|
up_level_timestamp = #{record.upLevelTimestamp,jdbcType=BIGINT},
|
|
|
|
+ up_level_source = #{record.upLevelSource,jdbcType=VARCHAR},
|
|
exit_timestamp = #{record.exitTimestamp,jdbcType=BIGINT},
|
|
exit_timestamp = #{record.exitTimestamp,jdbcType=BIGINT},
|
|
source_account = #{record.sourceAccount,jdbcType=INTEGER},
|
|
source_account = #{record.sourceAccount,jdbcType=INTEGER},
|
|
audit_status = #{record.auditStatus,jdbcType=INTEGER},
|
|
audit_status = #{record.auditStatus,jdbcType=INTEGER},
|
|
audit_video_id = #{record.auditVideoId,jdbcType=BIGINT},
|
|
audit_video_id = #{record.auditVideoId,jdbcType=BIGINT},
|
|
audit_timestamp = #{record.auditTimestamp,jdbcType=BIGINT},
|
|
audit_timestamp = #{record.auditTimestamp,jdbcType=BIGINT},
|
|
- mini_program_title = #{record.miniProgramTitle,jdbcType=VARCHAR}
|
|
|
|
|
|
+ mini_program_title = #{record.miniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_mini_program_title = #{record.oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_account = #{record.miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_timestamp = #{record.miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ video_pool_audit_status = #{record.videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ video_pool_audit_account = #{record.videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ video_pool_audit_timestamp = #{record.videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ category = #{record.category,jdbcType=VARCHAR},
|
|
|
|
+ platform = #{record.platform,jdbcType=VARCHAR},
|
|
|
|
+ title_rewrite_status = #{record.titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ title_rewrite_status_update_timestamp = #{record.titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ score = #{record.score,jdbcType=REAL}
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
</if>
|
|
</if>
|
|
@@ -421,6 +697,15 @@
|
|
<if test="articleTitle != null">
|
|
<if test="articleTitle != null">
|
|
article_title = #{articleTitle,jdbcType=VARCHAR},
|
|
article_title = #{articleTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldArticleTitle != null">
|
|
|
|
+ old_article_title = #{oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateAccount != null">
|
|
|
|
+ article_title_update_account = #{articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="articleTitleUpdateTimestamp != null">
|
|
|
|
+ article_title_update_timestamp = #{articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
<if test="outAccountId != null">
|
|
<if test="outAccountId != null">
|
|
out_account_id = #{outAccountId,jdbcType=VARCHAR},
|
|
out_account_id = #{outAccountId,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
@@ -454,6 +739,9 @@
|
|
<if test="badStatus != null">
|
|
<if test="badStatus != null">
|
|
bad_status = #{badStatus,jdbcType=BIT},
|
|
bad_status = #{badStatus,jdbcType=BIT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="status != null">
|
|
|
|
+ `status` = #{status,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="publishTimestamp != null">
|
|
<if test="publishTimestamp != null">
|
|
publish_timestamp = #{publishTimestamp,jdbcType=BIGINT},
|
|
publish_timestamp = #{publishTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -466,6 +754,9 @@
|
|
<if test="upLevelTimestamp != null">
|
|
<if test="upLevelTimestamp != null">
|
|
up_level_timestamp = #{upLevelTimestamp,jdbcType=BIGINT},
|
|
up_level_timestamp = #{upLevelTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="upLevelSource != null">
|
|
|
|
+ up_level_source = #{upLevelSource,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
<if test="exitTimestamp != null">
|
|
<if test="exitTimestamp != null">
|
|
exit_timestamp = #{exitTimestamp,jdbcType=BIGINT},
|
|
exit_timestamp = #{exitTimestamp,jdbcType=BIGINT},
|
|
</if>
|
|
</if>
|
|
@@ -484,13 +775,96 @@
|
|
<if test="miniProgramTitle != null">
|
|
<if test="miniProgramTitle != null">
|
|
mini_program_title = #{miniProgramTitle,jdbcType=VARCHAR},
|
|
mini_program_title = #{miniProgramTitle,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="oldMiniProgramTitle != null">
|
|
|
|
+ old_mini_program_title = #{oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateAccount != null">
|
|
|
|
+ mini_program_title_update_account = #{miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="miniProgramTitleUpdateTimestamp != null">
|
|
|
|
+ mini_program_title_update_timestamp = #{miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditStatus != null">
|
|
|
|
+ video_pool_audit_status = #{videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditAccount != null">
|
|
|
|
+ video_pool_audit_account = #{videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="videoPoolAuditTimestamp != null">
|
|
|
|
+ video_pool_audit_timestamp = #{videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="category != null">
|
|
|
|
+ category = #{category,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="platform != null">
|
|
|
|
+ platform = #{platform,jdbcType=VARCHAR},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatus != null">
|
|
|
|
+ title_rewrite_status = #{titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="titleRewriteStatusUpdateTimestamp != null">
|
|
|
|
+ title_rewrite_status_update_timestamp = #{titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="score != null">
|
|
|
|
+ score = #{score,jdbcType=REAL},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="tags != null">
|
|
|
|
+ tags = #{tags,jdbcType=LONGVARCHAR},
|
|
|
|
+ </if>
|
|
</set>
|
|
</set>
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</update>
|
|
</update>
|
|
|
|
+ <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
|
|
+ update publish_single_video_source
|
|
|
|
+ set content_trace_id = #{contentTraceId,jdbcType=VARCHAR},
|
|
|
|
+ article_title = #{articleTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_article_title = #{oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_account = #{articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_timestamp = #{articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ out_account_id = #{outAccountId,jdbcType=VARCHAR},
|
|
|
|
+ out_account_name = #{outAccountName,jdbcType=VARCHAR},
|
|
|
|
+ read_cnt = #{readCnt,jdbcType=INTEGER},
|
|
|
|
+ like_cnt = #{likeCnt,jdbcType=INTEGER},
|
|
|
|
+ article_index = #{articleIndex,jdbcType=BIT},
|
|
|
|
+ article_publish_type = #{articlePublishType,jdbcType=VARCHAR},
|
|
|
|
+ article_url = #{articleUrl,jdbcType=VARCHAR},
|
|
|
|
+ cover_url = #{coverUrl,jdbcType=VARCHAR},
|
|
|
|
+ video_oss_path = #{videoOssPath,jdbcType=VARCHAR},
|
|
|
|
+ flow_pool_level = #{flowPoolLevel,jdbcType=INTEGER},
|
|
|
|
+ bad_status = #{badStatus,jdbcType=BIT},
|
|
|
|
+ `status` = #{status,jdbcType=INTEGER},
|
|
|
|
+ publish_timestamp = #{publishTimestamp,jdbcType=BIGINT},
|
|
|
|
+ crawler_timestamp = #{crawlerTimestamp,jdbcType=BIGINT},
|
|
|
|
+ url_unique_md5 = #{urlUniqueMd5,jdbcType=VARCHAR},
|
|
|
|
+ up_level_timestamp = #{upLevelTimestamp,jdbcType=BIGINT},
|
|
|
|
+ up_level_source = #{upLevelSource,jdbcType=VARCHAR},
|
|
|
|
+ exit_timestamp = #{exitTimestamp,jdbcType=BIGINT},
|
|
|
|
+ source_account = #{sourceAccount,jdbcType=INTEGER},
|
|
|
|
+ audit_status = #{auditStatus,jdbcType=INTEGER},
|
|
|
|
+ audit_video_id = #{auditVideoId,jdbcType=BIGINT},
|
|
|
|
+ audit_timestamp = #{auditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ mini_program_title = #{miniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_mini_program_title = #{oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_account = #{miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_timestamp = #{miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ video_pool_audit_status = #{videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ video_pool_audit_account = #{videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ video_pool_audit_timestamp = #{videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ category = #{category,jdbcType=VARCHAR},
|
|
|
|
+ platform = #{platform,jdbcType=VARCHAR},
|
|
|
|
+ title_rewrite_status = #{titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ title_rewrite_status_update_timestamp = #{titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ score = #{score,jdbcType=REAL},
|
|
|
|
+ tags = #{tags,jdbcType=LONGVARCHAR}
|
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
|
+ </update>
|
|
<update id="updateByPrimaryKey" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
<update id="updateByPrimaryKey" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.SingleVideoSource">
|
|
update publish_single_video_source
|
|
update publish_single_video_source
|
|
set content_trace_id = #{contentTraceId,jdbcType=VARCHAR},
|
|
set content_trace_id = #{contentTraceId,jdbcType=VARCHAR},
|
|
article_title = #{articleTitle,jdbcType=VARCHAR},
|
|
article_title = #{articleTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_article_title = #{oldArticleTitle,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_account = #{articleTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ article_title_update_timestamp = #{articleTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
out_account_id = #{outAccountId,jdbcType=VARCHAR},
|
|
out_account_id = #{outAccountId,jdbcType=VARCHAR},
|
|
out_account_name = #{outAccountName,jdbcType=VARCHAR},
|
|
out_account_name = #{outAccountName,jdbcType=VARCHAR},
|
|
read_cnt = #{readCnt,jdbcType=INTEGER},
|
|
read_cnt = #{readCnt,jdbcType=INTEGER},
|
|
@@ -502,16 +876,29 @@
|
|
video_oss_path = #{videoOssPath,jdbcType=VARCHAR},
|
|
video_oss_path = #{videoOssPath,jdbcType=VARCHAR},
|
|
flow_pool_level = #{flowPoolLevel,jdbcType=INTEGER},
|
|
flow_pool_level = #{flowPoolLevel,jdbcType=INTEGER},
|
|
bad_status = #{badStatus,jdbcType=BIT},
|
|
bad_status = #{badStatus,jdbcType=BIT},
|
|
|
|
+ `status` = #{status,jdbcType=INTEGER},
|
|
publish_timestamp = #{publishTimestamp,jdbcType=BIGINT},
|
|
publish_timestamp = #{publishTimestamp,jdbcType=BIGINT},
|
|
crawler_timestamp = #{crawlerTimestamp,jdbcType=BIGINT},
|
|
crawler_timestamp = #{crawlerTimestamp,jdbcType=BIGINT},
|
|
url_unique_md5 = #{urlUniqueMd5,jdbcType=VARCHAR},
|
|
url_unique_md5 = #{urlUniqueMd5,jdbcType=VARCHAR},
|
|
up_level_timestamp = #{upLevelTimestamp,jdbcType=BIGINT},
|
|
up_level_timestamp = #{upLevelTimestamp,jdbcType=BIGINT},
|
|
|
|
+ up_level_source = #{upLevelSource,jdbcType=VARCHAR},
|
|
exit_timestamp = #{exitTimestamp,jdbcType=BIGINT},
|
|
exit_timestamp = #{exitTimestamp,jdbcType=BIGINT},
|
|
source_account = #{sourceAccount,jdbcType=INTEGER},
|
|
source_account = #{sourceAccount,jdbcType=INTEGER},
|
|
audit_status = #{auditStatus,jdbcType=INTEGER},
|
|
audit_status = #{auditStatus,jdbcType=INTEGER},
|
|
audit_video_id = #{auditVideoId,jdbcType=BIGINT},
|
|
audit_video_id = #{auditVideoId,jdbcType=BIGINT},
|
|
audit_timestamp = #{auditTimestamp,jdbcType=BIGINT},
|
|
audit_timestamp = #{auditTimestamp,jdbcType=BIGINT},
|
|
- mini_program_title = #{miniProgramTitle,jdbcType=VARCHAR}
|
|
|
|
|
|
+ mini_program_title = #{miniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ old_mini_program_title = #{oldMiniProgramTitle,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_account = #{miniProgramTitleUpdateAccount,jdbcType=VARCHAR},
|
|
|
|
+ mini_program_title_update_timestamp = #{miniProgramTitleUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ video_pool_audit_status = #{videoPoolAuditStatus,jdbcType=INTEGER},
|
|
|
|
+ video_pool_audit_account = #{videoPoolAuditAccount,jdbcType=VARCHAR},
|
|
|
|
+ video_pool_audit_timestamp = #{videoPoolAuditTimestamp,jdbcType=BIGINT},
|
|
|
|
+ category = #{category,jdbcType=VARCHAR},
|
|
|
|
+ platform = #{platform,jdbcType=VARCHAR},
|
|
|
|
+ title_rewrite_status = #{titleRewriteStatus,jdbcType=INTEGER},
|
|
|
|
+ title_rewrite_status_update_timestamp = #{titleRewriteStatusUpdateTimestamp,jdbcType=BIGINT},
|
|
|
|
+ score = #{score,jdbcType=REAL}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</update>
|
|
</update>
|
|
</mapper>
|
|
</mapper>
|