소스 검색

答题卡扫描

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

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

@@ -452,7 +452,7 @@ public class EPaperStudentService {
452 452
             //说明学生缺考更新状态
453 453
             EPaperStudent paperStudent = new EPaperStudent();
454 454
             paperStudent.setEpsid(pswvo.getEpsid());
455
-            paperStudent.setStupic(JSON.toJSONString(pswvo.getStupic()));
455
+            paperStudent.setStupic(pswvo.getStupic());
456 456
             paperStudent.setSstate(3);
457 457
             paperStudent.setBatchid(pswvo.getBatchid());
458 458
             if(N_Utils.isEmptyInteger(pswvo.getHasbad())){
@@ -490,7 +490,7 @@ public class EPaperStudentService {
490 490
             }
491 491
             EPaperStudent paperStudent = new EPaperStudent();
492 492
             paperStudent.setEpsid(pswvo.getEpsid());
493
-            paperStudent.setStupic(JSON.toJSONString(pswvo.getStupic()));
493
+            paperStudent.setStupic(pswvo.getStupic());
494 494
             paperStudent.setSstate(2);
495 495
             paperStudent.setStuscore(paperscore);
496 496
             paperStudent.setBatchid(pswvo.getBatchid());

Loading…
취소
저장