From a23e9fea9ca81a7d6a9ee338c0aa1eb4961a21f4 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Fri, 4 Aug 2023 14:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E6=AC=BE=E4=B9=A6=E6=89=8B=E5=B7=A5?= =?UTF-8?q?=E7=AD=BE=E6=94=B6=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 --- .../service/impl/CustomsSignServiceImpl.java | 5 ++++ .../resources/mapper/CustomsRecordMapper.xml | 10 ++++++- .../java/com/dxhy/sign/entity/TDxInvoice.java | 27 +++++++++++++++++++ .../java/com/dxhy/sign/model/QsjgQueryVO.java | 19 +++++++++++++ .../fpqs/impl/SignFpqsServiceImpl.java | 13 ++++++++- .../resources/mapper/SignInvoiceMapper.xml | 10 +++++++ 6 files changed, 82 insertions(+), 2 deletions(-) diff --git a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java index 94d4daf2..8e99ccfa 100644 --- a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java +++ b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java @@ -126,6 +126,11 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl pageList = new ArrayList<>(); if (pramsMap.get("gxStatus") != null && !"".equals(pramsMap.get("gxStatus"))) { log.info("gxStatus不为空直接进行查询"); @@ -1812,6 +1811,18 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl + + + + + + + + @@ -35,6 +43,7 @@ t.id,t.notes,t.qs_type,t.qs_status,t.qs_date,t.user_name,t.invoice_code,t.invoice_no,t.ele_invoice_no,t.uuid,t.invoice_date,t.invoice_type,t.invoice_amount,t.tax_amount ,t.dept_id,t.dept_name,t.scan_id,t.gf_name,t.xf_name,t.gf_tax_no,t.xf_tax_no,t.check_code,t.remark,t.create_date,t.total_amount, t.voucher_number,img.image_path + ,r.sn_voucher_number,r.posting_time,r.image_id,r.account_period,r.bzdh,r.bzr,r.inaccount_status,r.comp_code FROM t_dx_invoice t left join t_dx_record_invoice r on t.uuid=r.uuid left join t_dx_invoice_img img on t.scan_id = img.scan_id @@ -555,6 +564,7 @@ t.settlement_no, t.settlement_status, r.auth_status,r.voucher_number,img.image_path + ,r.sn_voucher_number,r.posting_time,r.image_id,r.account_period,r.bzdh,r.bzr,r.inaccount_status,r.comp_code FROM t_dx_invoice t left join t_dx_record_invoice r on t.uuid=r.uuid left join t_dx_invoice_img img on t.scan_id = img.scan_id WHERE t.valid = '1'