|
@@ -41,7 +41,7 @@
|
41
|
41
|
<select id="getExamPaperDetailByEsid" resultType="java.util.Map">
|
42
|
42
|
select e.examid,e.examname,e.gradeid,e.examtype,e.exammode,e.examstate,e.monitored,es.esid,
|
43
|
43
|
u2.username teachername,es.sdate,es.esstate,es.begintime,es.endtime,es.subjectid,es.subjectname,ep.epid,
|
44
|
|
- ep.ptype,ep.pnum,ep.pscore,ep.answered,ep.hearfile,ep.hasfile,ep.handleid,ep.handletime,u.username as handlename
|
|
44
|
+ ep.ptype,ep.pnum,ep.pscore,ep.answered,ep.hearnum,ep.hearfile,ep.hasfile,ep.handleid,ep.handletime,u.username as handlename
|
45
|
45
|
from e_base e left join e_subject es on e.examid=es.examid
|
46
|
46
|
left join e_paper ep on es.esid=ep.esid
|
47
|
47
|
left join t_user u on ep.handleid=u.userid
|