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, publish_stage, account_id, scene, external_id, `status`, create_account_id, create_timestamp,
update_timestamp
delete from content_platform_gzh_plan
where id = #{id,jdbcType=BIGINT}
delete from content_platform_gzh_plan
insert into content_platform_gzh_plan (id, publish_stage, account_id,
scene, external_id, `status`,
create_account_id, create_timestamp, update_timestamp
)
values (#{id,jdbcType=BIGINT}, #{publishStage,jdbcType=INTEGER}, #{accountId,jdbcType=BIGINT},
#{scene,jdbcType=INTEGER}, #{externalId,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
#{createAccountId,jdbcType=BIGINT}, #{createTimestamp,jdbcType=BIGINT}, #{updateTimestamp,jdbcType=BIGINT}
)
insert into content_platform_gzh_plan
id,
publish_stage,
account_id,
scene,
external_id,
`status`,
create_account_id,
create_timestamp,
update_timestamp,
#{id,jdbcType=BIGINT},
#{publishStage,jdbcType=INTEGER},
#{accountId,jdbcType=BIGINT},
#{scene,jdbcType=INTEGER},
#{externalId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createAccountId,jdbcType=BIGINT},
#{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT},
update content_platform_gzh_plan
id = #{record.id,jdbcType=BIGINT},
publish_stage = #{record.publishStage,jdbcType=INTEGER},
account_id = #{record.accountId,jdbcType=BIGINT},
scene = #{record.scene,jdbcType=INTEGER},
external_id = #{record.externalId,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_gzh_plan
set id = #{record.id,jdbcType=BIGINT},
publish_stage = #{record.publishStage,jdbcType=INTEGER},
account_id = #{record.accountId,jdbcType=BIGINT},
scene = #{record.scene,jdbcType=INTEGER},
external_id = #{record.externalId,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_gzh_plan
publish_stage = #{publishStage,jdbcType=INTEGER},
account_id = #{accountId,jdbcType=BIGINT},
scene = #{scene,jdbcType=INTEGER},
external_id = #{externalId,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_gzh_plan
set publish_stage = #{publishStage,jdbcType=INTEGER},
account_id = #{accountId,jdbcType=BIGINT},
scene = #{scene,jdbcType=INTEGER},
external_id = #{externalId,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}