|
@@ -198,7 +198,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN course_project_type cpt ON ma.project_id = cpt.id
|
|
LEFT JOIN course_project_type cpt ON ma.project_id = cpt.id
|
|
|
LEFT JOIN course_section cs ON mms.section_id = cs.section_id
|
|
LEFT JOIN course_section cs ON mms.section_id = cs.section_id
|
|
|
WHERE 1=1
|
|
WHERE 1=1
|
|
|
- <if test="startTime != null and starTime != ''">
|
|
|
|
|
|
|
+ <if test="startTime != null and startTime != ''">
|
|
|
AND cs.live_start_time > #{startTime}
|
|
AND cs.live_start_time > #{startTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="endTime != null and endTime != ''">
|
|
<if test="endTime != null and endTime != ''">
|