|
@@ -514,6 +514,7 @@
|
|
CONCAT( cs.class_date_, ' ', cs.start_class_time_ ) courseStartTime,
|
|
CONCAT( cs.class_date_, ' ', cs.start_class_time_ ) courseStartTime,
|
|
cs.actual_teacher_id_ teacherId,
|
|
cs.actual_teacher_id_ teacherId,
|
|
su.real_name_ teacherName,
|
|
su.real_name_ teacherName,
|
|
|
|
+ su.avatar_ teacherAvatar,
|
|
COUNT( sch.user_id_ ) exceptStudentNum,
|
|
COUNT( sch.user_id_ ) exceptStudentNum,
|
|
SUM( sch.status_ ) submitStudentNum,
|
|
SUM( sch.status_ ) submitStudentNum,
|
|
SUM( sch.is_replied_ ) repliedStudentNum
|
|
SUM( sch.is_replied_ ) repliedStudentNum
|