소스 검색

提交试题时处理参数

tags/正式版本
王宁 2 년 전
부모
커밋
6e2cf65038
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java

+ 1
- 4
sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java 파일 보기

@@ -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…
취소
저장