瀏覽代碼

答题卡扫描

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…
取消
儲存