|
@@ -4,11 +4,11 @@
|
|
|
|
|
|
<insert id="insertGzhPlanReturnId" useGeneratedKeys="true" keyProperty="id">
|
|
|
insert into content_platform_gzh_plan (`type`, publish_stage, account_id, scene, external_id,
|
|
|
- select_video_type, `status`, create_account_id,
|
|
|
- create_timestamp, update_timestamp)
|
|
|
- values (#{record.type}, #{record.publishStage}, #{record.accountId}, #{record.scene}, #{erecord.xternalId},
|
|
|
- #{record.selectVideoType}, #{record.status}, #{record.createAccountId}, #{record.createTimestamp},
|
|
|
- #{record.record.updateTimestamp})
|
|
|
+ select_video_type, `status`, stage_publish_status,
|
|
|
+ create_account_id, create_timestamp, update_timestamp)
|
|
|
+ values (#{record.type}, #{record.publishStage}, #{record.accountId}, #{record.scene}, #{record.externalId},
|
|
|
+ #{record.selectVideoType}, #{record.status}, #{record.stagePublishStatus}, #{record.createAccountId},
|
|
|
+ #{record.createTimestamp}, #{record.record.updateTimestamp})
|
|
|
</insert>
|
|
|
|
|
|
<select id="getGzhPlanCount" resultType="java.lang.Integer">
|