@@ -132,6 +132,7 @@ public class EPaperStudentService {
ePaperStudentMapper.updateStuStartime(epsid, N_Utils.getSecondTimestamp());
map.put("paper", psvo);
map.put("questions", questions);
+ map.put("classid",psvo.getClassid());
return map;
}