| | |
| | | <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} |
| | |
| | | <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} |