|
@@ -279,11 +279,11 @@
|
|
|
|
|
|
<insert id="batchInsertLongArticleAuditDelete">
|
|
|
insert into long_article_audit_delete
|
|
|
- (gh_id, msg_id, index, push_id, push_type, publish_content_id, status, create_timestamp)
|
|
|
+ (gh_id, msg_id, `index`, push_id, push_type, publish_content_id, status, delete_reason, create_timestamp)
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(#{item.ghId}, #{item.msgId}, #{item.index}, #{item.pushId}, #{item.pushType}, #{item.publishContentId},
|
|
|
- #{item.status}, #{item.createTimestamp})
|
|
|
+ #{item.status}, #{item.deleteReason}, #{item.createTimestamp})
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
|