From 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 16 六月 2021 16:39:57 +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