|
@@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
inner join fs_user_course b on a.course_id = b.course_id
|
|
|
inner join fs_user_course_video c on a.video_id = c.video_id
|
|
|
<where>
|
|
|
- <if test="periodId != null "> and aperiod_id = #{periodId}</if>
|
|
|
+ <if test="periodId != null "> and period_id = #{periodId}</if>
|
|
|
<if test="courseId != null "> and a.course_id = #{courseId}</if>
|
|
|
<if test="videoId != null "> and a.video_id = #{videoId}</if>
|
|
|
<if test="videoIds != null and videoIds.size > 0">
|