liujunchi 3 years ago
parent
commit
85b88594a6

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseHomeworkMapper.xml

@@ -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'