From 7a0a3d837365330be38699894ce0167bade1de58 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期三, 07 十二月 2022 15:00:26 +0800
Subject: [PATCH] 1、优化报修通知信息2、优化缴费审核3、优化发布公告信息4、优化页面显示性问题

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

diff --git a/java110-db/src/main/resources/mapper/center/PrivilegeDAOImplMapper.xml b/java110-db/src/main/resources/mapper/center/PrivilegeDAOImplMapper.xml
index 22e6b15..efb9389 100755
--- a/java110-db/src/main/resources/mapper/center/PrivilegeDAOImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/center/PrivilegeDAOImplMapper.xml
@@ -198,9 +198,6 @@
         <if test="storeId != null and storeId != ''">
             and t.store_id = #{storeId}
         </if>
-        <if test="communityId != null and communityId != ''">
-            and t.community_id = #{communityId}
-        </if>
     </select>
 
 </mapper>

--
Gitblit v1.8.0