From 9efb739152062fed7a1b073cbb0034d519283f2d Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期三, 19 二月 2020 13:36:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
index a6f25e4..3bfa864 100644
--- a/java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
@@ -315,6 +315,7 @@
<if test="memberId != null and memberId != '' and needCommunityInfo == true">
AND ms.`community_id` = msc.`community_id`
and msc.member_id = #{memberId}
+ and msc.status_cd = '0'
</if>
<if test="memberId != null and memberId != '' and needCommunityInfo == false">
and ms.member_id = #{memberId}
@@ -390,6 +391,7 @@
<if test="memberId != null and memberId != '' and needCommunityInfo == true">
AND ms.`community_id` = msc.`community_id`
and msc.member_id = #{memberId}
+ and msc.status_cd = '0'
</if>
<if test="memberId != null and memberId != '' and needCommunityInfo == false">
and ms.member_id = #{memberId}
--
Gitblit v1.8.0