From a080fdc6ec243ecc18ec8fcccdf6239be2d09a83 Mon Sep 17 00:00:00 2001 From: "583641232@qq.com" <583641232@qq.com> Date: Fri, 13 Sep 2024 13:52:26 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=20=20=E5=86=9C=E4=B8=9A=E9=93=B6?= =?UTF-8?q?=E8=A1=8C-=E4=BF=A1=E7=94=A8=E5=8D=A1=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bankStatementAnalysis/helper/ABCDataAnalysisHelper.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cas-system/src/main/java/com/inscloudtech/bankStatementAnalysis/helper/ABCDataAnalysisHelper.java b/cas-system/src/main/java/com/inscloudtech/bankStatementAnalysis/helper/ABCDataAnalysisHelper.java index bcba9fa..6f64e7e 100644 --- a/cas-system/src/main/java/com/inscloudtech/bankStatementAnalysis/helper/ABCDataAnalysisHelper.java +++ b/cas-system/src/main/java/com/inscloudtech/bankStatementAnalysis/helper/ABCDataAnalysisHelper.java @@ -121,7 +121,8 @@ public class ABCDataAnalysisHelper { if (oaiCell2 != null || oaiCell3 != null) {//公司开户信息 Cell tradeDateCell = AsposeUtil.getCell(cells, "交易日期"); - if (tradeDateCell != null) {//20240416新模板 对公开户,流水在一个模板里 + Cell cardCell = AsposeUtil.getCell(cells, "产品号/账号/客户号"); + if (tradeDateCell != null && cardCell != null) {//20240416新模板 对公开户,流水在一个模板里 readBsAndOai(excelFileName, cells, sheetNo, nameWithSheetName); templateIsExist = true; } else {