2 次代码提交 d27c000756 ... d10ca7acd2

作者 SHA1 备注 提交日期
  xdd d10ca7acd2 Merge remote-tracking branch 'origin/master' 3 周之前
  xdd 9a01d08a48 fix: 无效参数去除 3 周之前
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      fs-service/src/main/resources/mapper/course/FsUserCourseVideoMapper.xml

+ 0 - 6
fs-service/src/main/resources/mapper/course/FsUserCourseVideoMapper.xml

@@ -233,12 +233,6 @@
             <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="tagGroupId != null">tag_group_id = #{tagGroupId},</if>
-            <if test="watchingTagId != null">watching_tag_id = #{watchingTagId},</if>
-            <if test="watchedTagId != null">watched_tag_id = #{watchedTagId},</if>
-            <if test="tgId != null">tg_id = #{tgId},</if>
-            <if test="watchingTgId != null">watching_tg_id = #{watchingTgId},</if>
-            <if test="watchedTgId != null">watched_tg_id = #{watchedTgId},</if>
         </trim>
         where video_id = #{videoId}
     </update>