|
@@ -12,6 +12,7 @@
|
|
and t.course_id = #{courseId}
|
|
and t.course_id = #{courseId}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ and t.enable = true
|
|
order by t.student_code
|
|
order by t.student_code
|
|
</select>
|
|
</select>
|
|
|
|
|
|
@@ -65,6 +66,7 @@
|
|
<if test="courseId != null and courseId != ''">
|
|
<if test="courseId != null and courseId != ''">
|
|
and tcfs.course_id = #{courseId}
|
|
and tcfs.course_id = #{courseId}
|
|
</if>
|
|
</if>
|
|
|
|
+ and tcfs.enable = true and tcus.enable = true
|
|
</where>
|
|
</where>
|
|
group by
|
|
group by
|
|
tcfs.name,
|
|
tcfs.name,
|