| | |
| | | <where> |
| | | ccom.status = 1 and ccom.is_del = 2 |
| | | <if test="pageClusterMemberDto.communityId != null"> |
| | | and ccom.community_id = #{pageClusterMemberDto.communityId} |
| | | and ccom.community_id = ${pageClusterMemberDto.communityId} |
| | | </if> |
| | | <if test="pageClusterMemberDto.clusterId != null"> |
| | | and ccom.cluster_id = #{pageClusterMemberDto.clusterId} |
| | |
| | | WHERE |
| | | ccom.is_del = 2 |
| | | <if test="pageClusterMemberAdminDto.communityId != null"> |
| | | and ccom.community_id = #{pageClusterMemberAdminDto.communityId} |
| | | and ccom.community_id = ${pageClusterMemberAdminDto.communityId} |
| | | </if> |
| | | <if test="pageClusterMemberAdminDto.status != null"> |
| | | and ccom.`status` = #{pageClusterMemberAdminDto.status} |
| | |
| | | WHERE |
| | | ccom.is_del = 2 |
| | | <if test="pageClusterMemberAdminDto.communityId != null"> |
| | | and ccom.community_id = #{pageClusterMemberAdminDto.communityId} |
| | | and ccom.community_id = ${pageClusterMemberAdminDto.communityId} |
| | | </if> |
| | | <if test="pageClusterMemberAdminDto.status != null"> |
| | | and ccom.`status` = #{pageClusterMemberAdminDto.status} |