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

pull/34/head
LILI 1 year ago committed by sunchenliang
parent 39a3307341
commit c6f812040d

@ -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