update cc_community_user
set del_flag = '1'
where tenant_id = #{tenantId}
and community_id = #{communityId}
and user_id = #{userId}
and del_flag = '0';
update cc_community
set del_flag = '1'
where tenant_id = #{tenantId}
and id = #{communityId}
and del_flag = '0';