|
@@ -337,7 +337,7 @@
|
|
|
select
|
|
|
s.id_ as studentId,
|
|
|
s.username_ as studentName,
|
|
|
- s.phone_ as studentAvatar,
|
|
|
+ s.avatar_ as studentAvatar,
|
|
|
if(sch.id_ is not null,1,0) as submitHomework,
|
|
|
(case when sch.id_ is null then 'NOTCOMMIT'
|
|
|
when sch.teacher_replied_ is not null or sch.teacher_replied_ != '' then 'NOTREVIEW'
|