|
@@ -135,7 +135,7 @@
|
|
|
link, real_link, create_time, update_time,
|
|
link, real_link, create_time, update_time,
|
|
|
company_id, company_user_id, qw_user_id, video_id,
|
|
company_id, company_user_id, qw_user_id, video_id,
|
|
|
corp_id, course_id, qw_external_id, link_type,
|
|
corp_id, course_id, qw_external_id, link_type,
|
|
|
- is_room
|
|
|
|
|
|
|
+ is_room,chat_id
|
|
|
)
|
|
)
|
|
|
VALUES
|
|
VALUES
|
|
|
<foreach collection="courseLinks" item="item" separator=",">
|
|
<foreach collection="courseLinks" item="item" separator=",">
|
|
@@ -152,7 +152,8 @@
|
|
|
#{item.courseId,jdbcType=BIGINT},
|
|
#{item.courseId,jdbcType=BIGINT},
|
|
|
#{item.qwExternalId,jdbcType=BIGINT},
|
|
#{item.qwExternalId,jdbcType=BIGINT},
|
|
|
#{item.linkType,jdbcType=BIGINT},
|
|
#{item.linkType,jdbcType=BIGINT},
|
|
|
- #{item.isRoom,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ #{item.isRoom,jdbcType=VARCHAR},
|
|
|
|
|
+ #{item.chatId,jdbcType=VARCHAR}
|
|
|
)
|
|
)
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</insert>
|
|
</insert>
|