Przeglądaj źródła

答题卡扫描

tags/正式版本
雍文秀 2 lat temu
rodzic
commit
b8980e756b

+ 2
- 2
sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java Wyświetl plik

@@ -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());

Ładowanie…
Anuluj
Zapisz