Преглед изворни кода

会员项目代码 视频详情查询添加删除条件判断

Long пре 1 недеља
родитељ
комит
33fa609949

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

@@ -347,7 +347,7 @@
         left join fs_user_course_training_camp c on fcp.training_camp_id = c.training_camp_id
         where course.is_del = 0 and video.video_id = #{videoId}
          and fcp.period_id = #{periodId}
-
+        and fcpd.del_flag = 0 and video.is_del = 0 and fcp.del_flag = '0' and c.del_flag = '0'
     </select>
 
     <update id="updateRedPacketMoney">