From cc0371a10db52b0571025ebe79db98a0826bb3d2 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Sat, 5 Aug 2023 08:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=BB=93=E6=9E=9C=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/vo/AuthenticationCheckListVO.java | 19 ++++++++++++++++++ .../DomesticCustomsRefundServiceImpl.java | 11 ++++++++++ .../DomesticInvoiceDrawbackServiceImpl.java | 5 +++++ .../mapper/DomesticCustomsRecordMapper.xml | 20 +++++++++++++++++-- .../mapper/DomesticRecordInvoiceMapper.xml | 9 +++++++++ .../dxhy/extend/model/ExtRzjgqdRespVO.java | 19 ++++++++++++++++++ .../tjbb/impl/ExtRzjgqdServiceImpl.java | 6 ++++++ .../main/resources/mapper/ExtRzjgqdMapper.xml | 9 +++++++++ 8 files changed, 96 insertions(+), 2 deletions(-) diff --git a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/model/vo/AuthenticationCheckListVO.java b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/model/vo/AuthenticationCheckListVO.java index 39d62d0c..6b025c0a 100644 --- a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/model/vo/AuthenticationCheckListVO.java +++ b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/model/vo/AuthenticationCheckListVO.java @@ -85,4 +85,23 @@ public class AuthenticationCheckListVO implements Serializable { @ApiModelProperty("业务单元") private String businessName; + //凭证号 + private String snVoucherNumber; + //账期 + private String accountPeriod; + //过账时间 + private String postingTime; + //影像号 + private String imageNumber; + //报账单号 + private String bzdh; + /** + * 组织编码 + */ + private String compCode; + + private String bzr; + + private String inAccountStatus; + } diff --git a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java index 6259a14e..0be78d53 100644 --- a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java +++ b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java @@ -108,6 +108,12 @@ public class DomesticCustomsRefundServiceImpl extends MpBaseServiceImpl @@ -145,7 +153,15 @@ auth_status as authStatus, confirm_user as confirmUser, rzh_belong_date as rzhBelongDate, - dept_name as deptName + dept_name as deptName, + sn_voucher_number as snVoucherNumber, + posting_time as postingTime, + image_id as imageNumber, + account_period as accountPeriod, + bzdh, + bzr, + inaccount_status as inAccountStatus, + comp_code as compCode from t_dx_customs_record where diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml index 2b1adeda..264e92a9 100644 --- a/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml +++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml @@ -1502,6 +1502,14 @@ + + + + + + + +