From 2d7a2c1040f087514ef9548abf464888802151ba Mon Sep 17 00:00:00 2001 From: ap007 Date: Tue, 10 Jan 2023 09:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8Focr=E8=B7=91=E6=89=B9?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/lease/app/quartzmession/AutoOcr.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/AutoOcr.java b/src_tenwa/com/tenwa/lease/app/quartzmession/AutoOcr.java index 9535d180a..498193b07 100644 --- a/src_tenwa/com/tenwa/lease/app/quartzmession/AutoOcr.java +++ b/src_tenwa/com/tenwa/lease/app/quartzmession/AutoOcr.java @@ -52,12 +52,12 @@ public class AutoOcr implements Job { JSONObject invoiceResultJson = this.getfullResult(contractId,projectNo,invoiceResult); resultSave(invoiceResultJson,INVOICE_ORC_RESULT.CLASS_NAME,tx); + is.setFlowNo("BusinessApplyFlow"); String bankResult = is.invoiceOrc("APZLJJ000260", ImageOcr.ocrType.bank_card_ocr,tx); System.out.println("定时任务银行卡返回结果:"+bankResult); JSONObject bankResultJson = this.getfullResult(contractId,projectNo,bankResult); resultSave(bankResultJson,BANK_CARD_ORC_RESULT.CLASS_NAME,tx); - is.setFlowNo("BusinessApplyFlow"); String idResult = is.invoiceOrc("APZLJJ000130", ImageOcr.ocrType.id_card,tx); System.out.println("定时任务身份证返回结果:"+idResult); JSONObject idResultJson = this.getfullResult(contractId,projectNo,idResult);