Browse Source

Merge remote-tracking branch 'cloud-schoolapi/ywx'

tags/正式版本
王宁 2 years ago
parent
commit
aed737df85

+ 3
- 0
sexam/src/main/java/com/xhkjedu/sexam/model/paperstudent/EPaperStudentQuestion.java View File

@@ -28,6 +28,9 @@ public class EPaperStudentQuestion extends BaseBean {
28 28
 
29 29
     private Integer eptqid;//试卷中试题id
30 30
 
31
+    //处理题型
32
+    private Integer ctype;
33
+
31 34
     //试题id
32 35
     private String questionid;
33 36
 

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

@@ -141,6 +141,7 @@ public class EPaperStudentService {
141 141
             sq.setEpid(psvo.getEpid());
142 142
             sq.setEpsid(psvo.getEpsid());
143 143
             sq.setEptqid(q.getEptqid());
144
+            sq.setCtype(q.getCtype());
144 145
             sq.setQuestionid(q.getQuestionid());
145 146
             sq.setQn(q.getQn());
146 147
             sq.setQorder(q.getQorder());

Loading…
Cancel
Save