master
周文涛 2 years ago
parent 3a41bd5e0e
commit 182b38965d

@ -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);
}

Loading…
Cancel
Save