@@ -305,7 +305,7 @@
</if>
<!-- 营销提前查看天数逻辑 -->
AND DATE_SUB(fcpd.day_date, INTERVAL fcp.max_view_num DAY) <= now()
- order by video.course_sort
+ order by fcpd.start_date_time, ccut.start_date_time, video.course_sort
</select>
<select id="selectVideoListByMap" resultType="com.fs.his.vo.OptionsVO">