|
|
|
@ -140,12 +140,12 @@ public class OcrIdentifyController extends JeecgController<OcrIdentify, IOcrIden
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
for (OcrIdentify record : pageList.getRecords()) {
|
|
|
|
|
/*for (OcrIdentify record : pageList.getRecords()) {
|
|
|
|
|
if (StringUtils.isBlank(record.getRequestId())) {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
System.out.println(record.getTaskResult().equals("1")?"匹配成功":"匹配失败");
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
return Result.OK(pageList);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|