From 122c5fba5a6e78e60100486463d8ac8e74dd986d Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Thu, 31 Aug 2023 15:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=AD=BE=E6=94=B6=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/dxhy/core/entity/TDxInvoice.java | 2 ++ .../java/com/dxhy/core/model/FpRzRespVO.java | 2 ++ .../java/com/dxhy/core/model/SignQueryVO.java | 3 ++- .../service/export/impl/FpqsServiceImpl.java | 24 +++++++++++++++++++ .../service/export/impl/SgqsServiceImpl.java | 8 +++++-- .../src/main/resources/mapper/FpZhMapper.xml | 3 ++- .../src/main/resources/mapper/QsxxMapper.xml | 11 ++++++++- .../src/main/resources/mapper/SgqsMapper.xml | 8 +++++++ 8 files changed, 56 insertions(+), 5 deletions(-) diff --git a/dxhy-core/src/main/java/com/dxhy/core/entity/TDxInvoice.java b/dxhy-core/src/main/java/com/dxhy/core/entity/TDxInvoice.java index 6e382ea4..d20f44db 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/entity/TDxInvoice.java +++ b/dxhy-core/src/main/java/com/dxhy/core/entity/TDxInvoice.java @@ -195,5 +195,7 @@ public class TDxInvoice implements Serializable { private String inaccountStatus; private String bzdh; private String bzr; + private String inAccountStatus; + private String imageNumber; } diff --git a/dxhy-core/src/main/java/com/dxhy/core/model/FpRzRespVO.java b/dxhy-core/src/main/java/com/dxhy/core/model/FpRzRespVO.java index 7b4bbfdc..8a380036 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/model/FpRzRespVO.java +++ b/dxhy-core/src/main/java/com/dxhy/core/model/FpRzRespVO.java @@ -229,4 +229,6 @@ public class FpRzRespVO implements Serializable { private String suspendStatus; private String suspendDate; + + private String taxRate; } diff --git a/dxhy-core/src/main/java/com/dxhy/core/model/SignQueryVO.java b/dxhy-core/src/main/java/com/dxhy/core/model/SignQueryVO.java index 8ebcdfad..0d07bf37 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/model/SignQueryVO.java +++ b/dxhy-core/src/main/java/com/dxhy/core/model/SignQueryVO.java @@ -46,5 +46,6 @@ public class SignQueryVO { private String inaccountStatus; private String bzdh; private String bzr; - + private String inAccountStatus; + private String imageNumber; } diff --git a/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/FpqsServiceImpl.java b/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/FpqsServiceImpl.java index c5abb8e8..8d013cdf 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/FpqsServiceImpl.java +++ b/dxhy-core/src/main/java/com/dxhy/core/service/export/impl/FpqsServiceImpl.java @@ -153,6 +153,18 @@ public class FpqsServiceImpl extends MpBaseServiceImpl impl vo.setTaxAmount(MathUtil.round(pageList.get(i).getTaxAmount().toPlainString())); vo.setSnVoucherNumber(pageList.get(i).getSnVoucherNumber()); vo.setPostingTime(pageList.get(i).getPostingTime()); - vo.setImageId(pageList.get(i).getImageId()); + vo.setImageNumber(pageList.get(i).getImageNumber()); vo.setAccountPeriod(pageList.get(i).getAccountPeriod()); vo.setCompCode(pageList.get(i).getCompCode()); - vo.setInaccountStatus(pageList.get(i).getInaccountStatus()); + if ("1".equals(pageList.get(i).getInAccountStatus())){ + vo.setInAccountStatus("已入账"); + }else { + vo.setInAccountStatus("未入账"); + } vo.setBzr(pageList.get(i).getBzr()); vo.setBzdh(pageList.get(i).getBzdh()); returnList.add(vo); diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml index 67ee217a..159430d3 100644 --- a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml +++ b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml @@ -42,6 +42,7 @@ + + + + + + + + +