|
|
|
|
@ -652,8 +652,9 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
|
|
|
|
|
if (identifyIdList != null && identifyIdList.size() > 0) {
|
|
|
|
|
queryWrapper.notIn(OcrIdentify::getId, identifyIdList);
|
|
|
|
|
}
|
|
|
|
|
queryWrapper.ne(OcrIdentify::getTaskSource,"模拟实验");
|
|
|
|
|
queryWrapper.ne(OcrIdentify::getTaskSource,"模拟实验");//已识别,且未通知的
|
|
|
|
|
queryWrapper.eq(OcrIdentify::getNoticeStatus, 0);
|
|
|
|
|
queryWrapper.eq(OcrIdentify::getStatus,1);
|
|
|
|
|
return super.list(queryWrapper);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|