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