Browse Source

学生开始考试返回班级id

tags/正式版本
雍文秀 2 years ago
parent
commit
d40ddfee90

+ 1
- 0
sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java View File

132
         ePaperStudentMapper.updateStuStartime(epsid, N_Utils.getSecondTimestamp());
132
         ePaperStudentMapper.updateStuStartime(epsid, N_Utils.getSecondTimestamp());
133
         map.put("paper", psvo);
133
         map.put("paper", psvo);
134
         map.put("questions", questions);
134
         map.put("questions", questions);
135
+        map.put("classid",psvo.getClassid());
135
         return map;
136
         return map;
136
     }
137
     }
137
 
138
 

Loading…
Cancel
Save