From b88a288f4f787b509463678e3cd9ccfa3f37014b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 11 三月 2026 12:01:05 +0800
Subject: [PATCH] 导入测试
---
java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml
index 513fd47..632742e 100644
--- a/java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/acct/PaymentPoolV1ServiceDaoImplMapper.xml
@@ -37,9 +37,9 @@
<if test="state !=null and state != ''">
and t.state= #{state}
</if>
- <if test="communityId !=null and communityId != ''">
- and t.community_id= #{communityId}
- </if>
+<!-- <if test="communityId !=null and communityId != ''">-->
+<!-- and t.community_id= #{communityId}-->
+<!-- </if>-->
<if test="paymentName !=null and paymentName != ''">
and t.payment_name= #{paymentName}
</if>
--
Gitblit v1.8.0