|
@@ -372,7 +372,6 @@
|
|
|
else 'REVIEWED' end ) as homeworkStatus,
|
|
|
(select group_concat(s2.name_) from subject s2
|
|
|
where find_in_set(s2.id_,st.subject_id_) and s2.del_flag_ = 0 ) as subjectName
|
|
|
-
|
|
|
from course_schedule_student_payment cssp
|
|
|
left join sys_user s on cssp.user_id_ = s.id_
|
|
|
left join student st on st.user_id_ = s.id_
|
|
@@ -382,6 +381,7 @@
|
|
|
and cssp.course_id_ = #{courseId}
|
|
|
</if>
|
|
|
</where>
|
|
|
+ ORDER BY cssp.id_ DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectAbsenteeism" resultType="com.yonge.cooleshow.biz.dal.vo.CourseHomeworkVo">
|