From 093b73aadb022895a02dbbcd64b87613e19b547b Mon Sep 17 00:00:00 2001
From: 1098226878@qq.com <1098226878@qq.com>
Date: 星期一, 10 一月 2022 18:05:21 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index 5aca202..9f1bd6c
--- a/java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml
@@ -104,6 +104,9 @@
             , t.room_name= #{roomName}
         </if>
         where 1=1
+        <if test="collectionId !=null and collectionId != ''">
+            and t.collection_id= #{collectionId}
+        </if>
     </update>
 
     <!-- 鏌ヨ浜哄伐鎵樻敹鏁伴噺 add by wuxw 2018-07-03 -->

--
Gitblit v1.8.0