|
@@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- order by l.finish_time asc,l.update_time desc,l.create_time desc
|
|
|
|
|
|
+ order by l.finish_time desc,l.update_time desc,l.create_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectFsCourseWatchLogListByParam" resultType="com.fs.course.vo.FsCourseWatchLogListVO">
|
|
<select id="selectFsCourseWatchLogListByParam" resultType="com.fs.course.vo.FsCourseWatchLogListVO">
|