|
@@ -427,6 +427,7 @@ public class PaperServiceImpl extends ServiceImpl<PaperDao, PaperEntity> impleme
|
|
|
paperPageService.updateByMultiId(page);
|
|
|
// 更新考生文件上传状态
|
|
|
studentService.updateFileUploadStatus(sp.getStudentId(), UploadStatus.WAITING_UPLOAD);
|
|
|
+ studentService.updateImageCheckStatus(sp.getStudentId(), ImageCheckStatus.WAITING);
|
|
|
return UriVo.create(path);
|
|
|
} catch (Exception e) {
|
|
|
log.error("原图更新失败,paperId=" + paperId + ", pageIndex=" + pageIndex, e);
|