From c04d13ca44100e6f4cfaf36baab6efc393a54333 Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Mon, 24 Apr 2023 20:08:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mapper=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../service/pool/ExtInvoicePoolServiceImpl.java | 5 +++--
.../resources/mapper/ExtInvoicePoolMapper.xml | 16 ++++++++++++++++
.../sign/service/fpqs/impl/FpqsServiceImpl.java | 1 +
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java b/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java
index 504f3c9f..cb5ac891 100644
--- a/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java
+++ b/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java
@@ -285,12 +285,13 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl
,t.incentive_flag incentiveFlag
,t.system_name systemName
+ ,t.sn_voucher_no snVoucherNo
+ ,t.image_id imageId
+ ,t.account_period accountPeriod
+ ,t.posting_time postingTime
from t_dx_sale_record_invoice t
where 1 = 1
@@ -507,6 +511,18 @@
and t.invoice_source = #{invoiceSource}
+
+ and t.sn_voucher_number = #{snVoucherNumber}
+
+
+ and t.posting_time = #{postingTime}
+
+
+ and t.image_id = #{imageId}
+
+
+ and t.account_period = #{accountPeriod}
+
GROUP BY t.uuid
ORDER BY t.create_date DESC
diff --git a/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/FpqsServiceImpl.java b/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/FpqsServiceImpl.java
index 3060ad40..50a040d4 100644
--- a/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/FpqsServiceImpl.java
+++ b/dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/FpqsServiceImpl.java
@@ -308,6 +308,7 @@ public class FpqsServiceImpl extends MpBaseServiceImpl 0) {
for (SignRulesEntity signRulesEntity : rules) {
if ("1008".contains(signRulesEntity.getRuleCode())) {