|
@@ -172,7 +172,7 @@
|
172
|
172
|
<!--已提交学生列表-->
|
173
|
173
|
<select id="listYtjStudent" resultType="com.xhkjedu.sstudy.vo.paper.PStudentVo">
|
174
|
174
|
select u.username studentname,ps.psid,ps.stoptime,ps.costtime,ps.pschecked,#{paper.papertype} papertype
|
175
|
|
- ,u.headpic,ps.paperscore,ps.userscore
|
|
175
|
+ ,u.headpic,ps.paperscore,ps.userscore,ps.autocheck
|
176
|
176
|
,(select count(ps2.psid) from t_paper_student ps2 where ps2.paperid=#{paper.paperid} and ps2.classid=#{paper.classid})classnum
|
177
|
177
|
from t_paper_student ps left join t_user u on ps.studentid=u.userid
|
178
|
178
|
where ps.paperid=#{paper.paperid} and ps.psstate in(1,2,4) and ps.classid=#{paper.classid}
|