|
|
@@ -109,6 +109,7 @@
|
|
|
<if test="listingEndTime != null">listing_end_time,</if>
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
<if test="isFirst != null">is_first,</if>
|
|
|
+ <if test="isSpeed != null">is_speed,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="fileId != null">#{fileId},</if>
|
|
|
@@ -148,6 +149,7 @@
|
|
|
<if test="projectId != null">#{projectId},</if>
|
|
|
<if test="userId != null">#{userId},</if>
|
|
|
<if test="isFirst != null">#{isFirst},</if>
|
|
|
+ <if test="isSpeed != null">#{isSpeed},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<insert id="insertBatchFsUserCourseVideo" parameterType="FsUserCourseVideo" useGeneratedKeys="true" keyProperty="videoId">
|
|
|
@@ -236,6 +238,7 @@
|
|
|
<if test="listingEndTime != null">listing_end_time = #{listingEndTime},</if>
|
|
|
<if test="projectId != null">project_id = #{projectId},</if>
|
|
|
<if test="isFirst != null">is_first = #{isFirst},</if>
|
|
|
+ <if test="isSpeed != null">is_speed = #{isSpeed},</if>
|
|
|
</trim>
|
|
|
where video_id = #{videoId}
|
|
|
</update>
|
|
|
@@ -268,6 +271,7 @@
|
|
|
video.course_id,
|
|
|
video.STATUS,
|
|
|
video.course_sort,
|
|
|
+ video.is_speed,
|
|
|
course.course_name,
|
|
|
fcpd.period_id,
|
|
|
fcp.period_name,
|
|
|
@@ -323,6 +327,7 @@
|
|
|
video.course_id,
|
|
|
video.STATUS,
|
|
|
video.course_sort,
|
|
|
+ video.is_speed,
|
|
|
course.course_name,
|
|
|
fcpd.period_id,
|
|
|
fcp.period_name,
|