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
 
28
 
29
     private Integer eptqid;//试卷中试题id
29
     private Integer eptqid;//试卷中试题id
30
 
30
 
31
+    //处理题型
32
+    private Integer ctype;
33
+
31
     //试题id
34
     //试题id
32
     private String questionid;
35
     private String questionid;
33
 
36
 

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

141
             sq.setEpid(psvo.getEpid());
141
             sq.setEpid(psvo.getEpid());
142
             sq.setEpsid(psvo.getEpsid());
142
             sq.setEpsid(psvo.getEpsid());
143
             sq.setEptqid(q.getEptqid());
143
             sq.setEptqid(q.getEptqid());
144
+            sq.setCtype(q.getCtype());
144
             sq.setQuestionid(q.getQuestionid());
145
             sq.setQuestionid(q.getQuestionid());
145
             sq.setQn(q.getQn());
146
             sq.setQn(q.getQn());
146
             sq.setQorder(q.getQorder());
147
             sq.setQorder(q.getQorder());

Loading…
Cancel
Save