|
@@ -14,7 +14,7 @@
|
|
|
INNER JOIN wf_teacher_course_time t2 ON t1.wf_teacher_course_time_id = t2.id
|
|
|
INNER JOIN xjr_workflow_form_relation t3 ON t2.id = t3.form_key_value
|
|
|
WHERE t3.current_state = 'COMPLETED'
|
|
|
- AND t2.schedule_date BETWEEN #{dto.startDate} and #{dto.endDate}
|
|
|
+ AND t1.schedule_date BETWEEN #{dto.startDate} and #{dto.endDate}
|
|
|
</select>
|
|
|
|
|
|
<select id="getCourseList" parameterType="com.xjrsoft.module.classtime.entity.ClassTimeStatistics" resultType="com.xjrsoft.module.classtime.vo.CourseListVo">
|