@@ -102,6 +102,9 @@ public class ScanOmrTaskServiceImpl extends ServiceImpl<ScanOmrTaskMapper, ScanO
if (paper == null) {
throw new ParameterException("paper不存在");
}
+ if(paper.getInvalid()){
+ continue;
+ }
Long paperId = spe.getPaperId();
ScanOmrTask task = new ScanOmrTask();
task.setId(SystemConstant.getDbUuid());