|
|
@@ -34,6 +34,7 @@
|
|
|
<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="videoName != null "> and c.title like concat('%', #{videoName}, '%')</if>
|
|
|
<if test="maxDate != null "> and a.day_date <= #{maxDate}</if>
|
|
|
<if test="videoIds != null and videoIds.size > 0">
|
|
|
and a.video_id in
|