|
|
|
@ -89,6 +89,8 @@ public class OcrCheckDuplicateController {
|
|
|
|
|
queryWrapper.eq("tenant_id", tenantId);
|
|
|
|
|
queryWrapper.eq("suspiciousfile", "0");
|
|
|
|
|
queryWrapper.orderBy(true,true,"submit_date_timestamp");
|
|
|
|
|
//本地图片地址,不能为空,为空时查重会有问题
|
|
|
|
|
queryWrapper.isNotNull("local_pictrue_url");
|
|
|
|
|
List<OcrPicture> pageList = ocrPictureService.listPage(queryWrapper);
|
|
|
|
|
if (null != pageList && !pageList.isEmpty()) {
|
|
|
|
|
if (pageList.size() == 1) {
|
|
|
|
|