From fce392a7248c1d593324a94b331a2479d48c6a40 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Tue, 29 Aug 2023 10:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=93=8D=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java | 2 +- .../java/com/dxhy/core/thread/CautionExportAnomalyThread.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java b/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java index f166ac80..d36488c5 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java +++ b/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java @@ -26,7 +26,7 @@ public class ExceptionInvoiceVo { private String snVoucherNumber; private String postingTime; - private String imageId; + private String imageNumber; private String accountPeriod; private String compCode; private String inAccountStatus; diff --git a/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java b/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java index f6aa1c2d..f6c02f16 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java +++ b/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java @@ -264,7 +264,7 @@ public class CautionExportAnomalyThread extends BaseThread { vo.setPostingTime(record.getPostingTime()); - vo.setImageId(record.getImageId()); + vo.setImageNumber(record.getImageId()); vo.setAccountPeriod(record.getAccountPeriod());