master
周文涛 2 years ago
parent 902ad5c8b7
commit 9049166cde

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

Loading…
Cancel
Save