|
@@ -298,7 +298,6 @@ public class BatchServiceImpl extends ServiceImpl<BatchDao, BatchEntity> impleme
|
|
|
Integer index, MultipartFile multipartFile, String md5) {
|
|
|
BatchEntity batch = checkBatchStatus(getById(batchId));
|
|
|
try {
|
|
|
- studentService.resetFileAndImageCheckStatus(batch.getExamId(), batch.getSubjectCode(), examNumber);
|
|
|
String path = fileService.uploadSlice(multipartFile.getInputStream(), md5, batch.getExamId(), batchId,
|
|
|
examNumber, paperNumber, pageIndex, index);
|
|
|
filePropertyService.save(batch.getExamId(), path, md5, multipartFile.getSize());
|