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