|
|
@ -625,6 +625,7 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
|
|
|
|
if (identifyIdList != null && identifyIdList.size() > 0) {
|
|
|
|
if (identifyIdList != null && identifyIdList.size() > 0) {
|
|
|
|
queryWrapper.notIn(OcrIdentify::getId, identifyIdList);
|
|
|
|
queryWrapper.notIn(OcrIdentify::getId, identifyIdList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
queryWrapper.ne(OcrIdentify::getTaskSource,"模拟实验");
|
|
|
|
queryWrapper.eq(OcrIdentify::getNoticeStatus, 0);
|
|
|
|
queryWrapper.eq(OcrIdentify::getNoticeStatus, 0);
|
|
|
|
return super.list(queryWrapper);
|
|
|
|
return super.list(queryWrapper);
|
|
|
|
}
|
|
|
|
}
|
|
|
|