and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, plan_account_id, publish_content_id, source_id, score, content_pool_type, `status`,
push_id, reason, create_time, update_time
delete from long_articles_publish_content
where id = #{id,jdbcType=BIGINT}
delete from long_articles_publish_content
insert into long_articles_publish_content (id, plan_account_id, publish_content_id,
source_id, score, content_pool_type,
`status`, push_id, reason,
create_time, update_time)
values (#{id,jdbcType=BIGINT}, #{planAccountId,jdbcType=BIGINT}, #{publishContentId,jdbcType=VARCHAR},
#{sourceId,jdbcType=VARCHAR}, #{score,jdbcType=DOUBLE}, #{contentPoolType,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{pushId,jdbcType=VARCHAR}, #{reason,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})
insert into long_articles_publish_content
id,
plan_account_id,
publish_content_id,
source_id,
score,
content_pool_type,
`status`,
push_id,
reason,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{planAccountId,jdbcType=BIGINT},
#{publishContentId,jdbcType=VARCHAR},
#{sourceId,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE},
#{contentPoolType,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{pushId,jdbcType=VARCHAR},
#{reason,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
select LAST_INSERT_ID()
update long_articles_publish_content
id = #{record.id,jdbcType=BIGINT},
plan_account_id = #{record.planAccountId,jdbcType=BIGINT},
publish_content_id = #{record.publishContentId,jdbcType=VARCHAR},
source_id = #{record.sourceId,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
content_pool_type = #{record.contentPoolType,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
push_id = #{record.pushId,jdbcType=VARCHAR},
reason = #{record.reason,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update long_articles_publish_content
set id = #{record.id,jdbcType=BIGINT},
plan_account_id = #{record.planAccountId,jdbcType=BIGINT},
publish_content_id = #{record.publishContentId,jdbcType=VARCHAR},
source_id = #{record.sourceId,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
content_pool_type = #{record.contentPoolType,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
push_id = #{record.pushId,jdbcType=VARCHAR},
reason = #{record.reason,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update long_articles_publish_content
plan_account_id = #{planAccountId,jdbcType=BIGINT},
publish_content_id = #{publishContentId,jdbcType=VARCHAR},
source_id = #{sourceId,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
content_pool_type = #{contentPoolType,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
push_id = #{pushId,jdbcType=VARCHAR},
reason = #{reason,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update long_articles_publish_content
set plan_account_id = #{planAccountId,jdbcType=BIGINT},
publish_content_id = #{publishContentId,jdbcType=VARCHAR},
source_id = #{sourceId,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
content_pool_type = #{contentPoolType,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
push_id = #{pushId,jdbcType=VARCHAR},
reason = #{reason,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}