Browse Source

提交试题时处理参数

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

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

@@ -305,9 +305,7 @@ public class EPaperStudentService {
305 305
                 }
306 306
             }else{
307 307
                 psq.setStuscore(stuscore);
308
-                psq.setAnswered(0);
309
-                psq.setChecked(2);
310
-                psq.setChecktime(timestamp);
308
+                psq.setChecked(0);
311 309
             }
312 310
         }
313 311
         psq.setStuscore(stuscore);
@@ -446,7 +444,6 @@ public class EPaperStudentService {
446 444
 //            throw new Exception("学生试卷不存在");
447 445
         }
448 446
         pswvo.setEpsid(ps.getEpsid());
449
-
450 447
         if(pswvo.getSstate() == 3){
451 448
             //说明学生缺考更新状态
452 449
             EPaperStudent paperStudent = new EPaperStudent();

Loading…
Cancel
Save