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}
content_id, `status`, create_timestamp, audit_account, audit_timestamp
delete from long_articles_title_audit
where content_id = #{contentId,jdbcType=VARCHAR}
delete from long_articles_title_audit
insert into long_articles_title_audit (content_id, `status`, create_timestamp,
audit_account, audit_timestamp)
values (#{contentId,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTimestamp,jdbcType=BIGINT},
#{auditAccount,jdbcType=VARCHAR}, #{auditTimestamp,jdbcType=BIGINT})
insert into long_articles_title_audit
content_id,
`status`,
create_timestamp,
audit_account,
audit_timestamp,
#{contentId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTimestamp,jdbcType=BIGINT},
#{auditAccount,jdbcType=VARCHAR},
#{auditTimestamp,jdbcType=BIGINT},
update long_articles_title_audit
content_id = #{record.contentId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
audit_account = #{record.auditAccount,jdbcType=VARCHAR},
audit_timestamp = #{record.auditTimestamp,jdbcType=BIGINT},
update long_articles_title_audit
set content_id = #{record.contentId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
audit_account = #{record.auditAccount,jdbcType=VARCHAR},
audit_timestamp = #{record.auditTimestamp,jdbcType=BIGINT}
update long_articles_title_audit
`status` = #{status,jdbcType=INTEGER},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
audit_account = #{auditAccount,jdbcType=VARCHAR},
audit_timestamp = #{auditTimestamp,jdbcType=BIGINT},
where content_id = #{contentId,jdbcType=VARCHAR}
update long_articles_title_audit
set `status` = #{status,jdbcType=INTEGER},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
audit_account = #{auditAccount,jdbcType=VARCHAR},
audit_timestamp = #{auditTimestamp,jdbcType=BIGINT}
where content_id = #{contentId,jdbcType=VARCHAR}