Explorar el Código

作业--已提交学生

tags/正式3.14.1
雍文秀 hace 3 meses
padre
commit
dea24cb5bf

+ 3
- 0
sstudy/src/main/java/com/xhkjedu/sstudy/vo/paper/PStudentVo.java Ver fichero

@@ -45,6 +45,9 @@ public class PStudentVo {
45 45
     //批改状态0未批改1已批改2批改中
46 46
     private Integer pschecked;
47 47
 
48
+    //是否自动批阅0否 1是
49
+    private Integer autocheck;
50
+
48 51
     //试卷总分
49 52
     private Double paperscore;
50 53
 

+ 1
- 1
sstudy/src/main/resources/mapper/paper/PaperTeaAppMapper.xml Ver fichero

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

Loading…
Cancelar
Guardar