|
@@ -11,7 +11,7 @@
|
11
|
11
|
</update>
|
12
|
12
|
<!--考试进度总览-->
|
13
|
13
|
<select id="examOverview" resultType="java.util.Map">
|
14
|
|
- select s.msid,s.subjectid,s.subjectname,s.sdate,s.begintime,s.endtime,s.pstate,s.ptstate,
|
|
14
|
+ select s.msid,s.subjectid,s.subjectname,s.sdate,s.begintime,s.endtime,s.msstate,s.pstate,s.ptstate,
|
15
|
15
|
s.pbstate,s.checkset,s.checkstate,s.invigilatestate,p.answered,p.ptype,s.teacherid,
|
16
|
16
|
u.username as teachername,p.mpid,p.hasfile,e.exammode,e.examstate,s.leaderid,u2.username as leadername
|
17
|
17
|
,if(ps.batchid is not null,ps.mpsid,null) scannum,count(ps.mpsid) stunum
|