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