|
@@ -130,8 +130,8 @@ public class ClientServiceImpl implements ClientService {
|
|
|
}
|
|
|
paperLibrary.setStudentId(examStudent.getId());
|
|
|
//考生图片序号
|
|
|
- int studentMaxSequence = paperLibraryService.getStudentMaxSequence(paperScanTaskId, examStudent.getId());
|
|
|
- int studentSequence = studentMaxSequence + studentPaperNo;
|
|
|
+ int studentMaxSequence = paperLibraryService.getStudentMaxSequence(paperScanTaskId, batchNo, examStudent.getId());
|
|
|
+ int studentSequence = studentMaxSequence + 1;
|
|
|
paperLibrary.setSequence(studentSequence);
|
|
|
// 保存图片,生成路径
|
|
|
PathSequenceVo pathSequenceVo = paperLibraryCommonService.saveLibraryFile(paperScanTask, examStudent, UploadFileEnum.IMAGE, studentSequence, frontFile, versoFile);
|