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