|
@@ -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">
|