Browse Source

Merge remote-tracking branch 'origin/wn' into ywx

tags/正式3.10.0
雍文秀 1 year ago
parent
commit
104435fa97
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      suser/src/main/resources/mapper/gradeclass/GradeMapper.xml

+ 1
- 1
suser/src/main/resources/mapper/gradeclass/GradeMapper.xml View File

@@ -73,7 +73,7 @@
73 73
         left join t_subject s on sb.subjectid=s.subjectid
74 74
         left join t_class_teacher ct on c.classid=ct.classid and ts.teacherid=ct.teacherid
75 75
         left join t_user u on ct.teacherid=u.userid
76
-        where c.schoolid=#{schoolid} and c.year=#{year} and c.classstate=1 and u.usertype=1 and u.userstate=1
76
+        where c.schoolid=#{schoolid} and c.year=#{year} and c.classstate=1 and u.usertype=1 and u.userstate=1 and c.classtype in (1,2)
77 77
         order by c.gradeid,c.classtype,c.classorder,s.subjectorder,convert(u.username using gbk)
78 78
     </select>
79 79
 

Loading…
Cancel
Save