From 59730dc9308ec3862f7996c18ad82eba5e3f1643 Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Tue, 18 Apr 2023 19:56:19 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/SignInvoiceMapper.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dxhy-sign/src/main/resources/mapper/SignInvoiceMapper.xml b/dxhy-sign/src/main/resources/mapper/SignInvoiceMapper.xml
index 7089a0a2..a3ca2ff3 100644
--- a/dxhy-sign/src/main/resources/mapper/SignInvoiceMapper.xml
+++ b/dxhy-sign/src/main/resources/mapper/SignInvoiceMapper.xml
@@ -50,11 +50,14 @@
and t.invoice_type = #{invoiceType}
-->
-
- and (r.invoice_type = '14' or (r.invoice_type = '32' and r.lq_tdyslxDm='08') )
-
-
- and r.invoice_type = #{invoiceType} and r.lq_tdyslxDm!='08'
+
+
+
+
+
+
+
+ and r.invoice_type = #{invoiceType}
and t.invoice_no = #{invoiceNo}