master
周文涛 2 years ago
parent 5a50b096ce
commit ed168416ac

@ -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())) { if (StringUtils.isBlank(record.getRequestId())) {
continue; continue;
} }
System.out.println(record.getTaskResult().equals("1")?"匹配成功":"匹配失败"); System.out.println(record.getTaskResult().equals("1")?"匹配成功":"匹配失败");
} }*/
return Result.OK(pageList); return Result.OK(pageList);
} }

Loading…
Cancel
Save