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