From 1b549efc3fef63e9e11098787fe8ca3c0eab788f Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Wed, 9 Aug 2023 17:05:29 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E6=96=B9=E7=A8=8E=E5=8F=B7=E5=92=8C?=
=?UTF-8?q?=E7=BB=84=E7=BB=87=E7=BC=96=E7=A0=81=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
index a26b13e6..98d65b50 100644
--- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
+++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
@@ -55,7 +55,10 @@
t,t_dx_dk_count d
where t.taxno=d.taxno
and t.current_tax_period=d.skssq
- and t.taxno = ${gfsh}
+ and t.taxno in
+
+ #{item}
+