瀏覽代碼

学生开始考试返回班级id

tags/正式版本
雍文秀 2 年之前
父節點
當前提交
d40ddfee90
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java

+ 1
- 0
sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java 查看文件

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

Loading…
取消
儲存