|
@@ -1427,6 +1427,15 @@
|
|
|
<if test="item.shareMode != null">
|
|
|
share_mode_ = #{item.shareMode},
|
|
|
</if>
|
|
|
+ <if test="item.liveRoomId != null">
|
|
|
+ live_room_id_ = #{item.liveRoomId},
|
|
|
+ </if>
|
|
|
+ <if test="item.continuousCourse != null">
|
|
|
+ continuous_course_ = #{item.continuousCourse},
|
|
|
+ </if>
|
|
|
+ <if test="item.liveRemind != null">
|
|
|
+ live_remind_ = #{item.liveRemind},
|
|
|
+ </if>
|
|
|
update_time_ = NOW()
|
|
|
</set>
|
|
|
WHERE id_ = #{item.id} and tenant_id_ = #{item.tenantId}
|