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, `type`, sub_channel, scene, page_url, root_source_id, `status`, create_account_id,
create_timestamp, update_timestamp
delete from content_platform_qw_plan
where id = #{id,jdbcType=BIGINT}
delete from content_platform_qw_plan
insert into content_platform_qw_plan (id, `type`, sub_channel,
scene, page_url, root_source_id,
`status`, create_account_id, create_timestamp,
update_timestamp)
values (#{id,jdbcType=BIGINT}, #{type,jdbcType=INTEGER}, #{subChannel,jdbcType=VARCHAR},
#{scene,jdbcType=INTEGER}, #{pageUrl,jdbcType=VARCHAR}, #{rootSourceId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{createAccountId,jdbcType=BIGINT}, #{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT})
insert into content_platform_qw_plan
id,
`type`,
sub_channel,
scene,
page_url,
root_source_id,
`status`,
create_account_id,
create_timestamp,
update_timestamp,
#{id,jdbcType=BIGINT},
#{type,jdbcType=INTEGER},
#{subChannel,jdbcType=VARCHAR},
#{scene,jdbcType=INTEGER},
#{pageUrl,jdbcType=VARCHAR},
#{rootSourceId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createAccountId,jdbcType=BIGINT},
#{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT},
update content_platform_qw_plan
id = #{record.id,jdbcType=BIGINT},
`type` = #{record.type,jdbcType=INTEGER},
sub_channel = #{record.subChannel,jdbcType=VARCHAR},
scene = #{record.scene,jdbcType=INTEGER},
page_url = #{record.pageUrl,jdbcType=VARCHAR},
root_source_id = #{record.rootSourceId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
update content_platform_qw_plan
set id = #{record.id,jdbcType=BIGINT},
`type` = #{record.type,jdbcType=INTEGER},
sub_channel = #{record.subChannel,jdbcType=VARCHAR},
scene = #{record.scene,jdbcType=INTEGER},
page_url = #{record.pageUrl,jdbcType=VARCHAR},
root_source_id = #{record.rootSourceId,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT}
update content_platform_qw_plan
`type` = #{type,jdbcType=INTEGER},
sub_channel = #{subChannel,jdbcType=VARCHAR},
scene = #{scene,jdbcType=INTEGER},
page_url = #{pageUrl,jdbcType=VARCHAR},
root_source_id = #{rootSourceId,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_qw_plan
set `type` = #{type,jdbcType=INTEGER},
sub_channel = #{subChannel,jdbcType=VARCHAR},
scene = #{scene,jdbcType=INTEGER},
page_url = #{pageUrl,jdbcType=VARCHAR},
root_source_id = #{rootSourceId,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}