|
@@ -429,7 +429,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
send_type = 1
|
|
|
AND video_id = #{videoId}
|
|
|
AND user_id = #{fsUserId}
|
|
|
- AND company_user_id = #{companyUserId}
|
|
|
+ AND company_user_id = #{companyUserId} order by log_id desc limit 1
|
|
|
</select>
|
|
|
<select id="selectFsCourseWatchLogStatisticsListVONew"
|
|
|
resultType="com.fs.course.vo.FsCourseWatchLogStatisticsListVO">
|