|
@@ -2,7 +2,6 @@ package com.xhkjedu.sexam.service.paperstudent;
|
2
|
2
|
|
3
|
3
|
import com.alibaba.fastjson.JSON;
|
4
|
4
|
import com.xhkjedu.sexam.mapper.paper.EPaperFileMapper;
|
5
|
|
-import com.xhkjedu.sexam.mapper.paper.EPaperQtypeMapper;
|
6
|
5
|
import com.xhkjedu.sexam.mapper.paper.EPaperQtypeQuestionMapper;
|
7
|
6
|
import com.xhkjedu.sexam.mapper.paperstudent.EPaperStudentMapper;
|
8
|
7
|
import com.xhkjedu.sexam.mapper.paperstudent.EPaperStudentQuestionMapper;
|
|
@@ -464,9 +463,9 @@ public class EPaperStudentService {
|
464
|
463
|
paperStudent.setSstate(3);
|
465
|
464
|
paperStudent.setBatchid(pswvo.getBatchid());
|
466
|
465
|
if(N_Utils.isEmptyInteger(pswvo.getHasbad())){
|
467
|
|
- paperStudent.setHasbad(1);
|
468
|
|
- }else{
|
469
|
466
|
paperStudent.setHasbad(0);
|
|
467
|
+ }else{
|
|
468
|
+ paperStudent.setHasbad(1);
|
470
|
469
|
}
|
471
|
470
|
|
472
|
471
|
ePaperStudentMapper.updateStudentPaperState(paperStudent);
|