fix:1.查重任务添加可以文件判断过滤

pull/31/head
LILI 1 year ago
parent b23b54cb78
commit ef1b3d4c02

@ -83,6 +83,7 @@ public class OcrCheckDuplicateController {
queryWrapper = SearchParaFormatting.searchParaParse(queryWrapper, paraMap);
queryWrapper.eq("tenant_id", tenantId);
queryWrapper.eq("suspiciousfile", "0");
List<OcrPicture> pageList = ocrPictureService.listPage(queryWrapper);
if (null != pageList && !pageList.isEmpty()) {
if (pageList.size() == 1) {

Loading…
Cancel
Save