| | |
| | | </sql> |
| | | |
| | | <select id="listClusterApplets" resultType="com.panzhihua.common.model.vos.community.cluster.PageClusterVo"> |
| | | select id,`name` from com_cluster_organization where status = 1 and is_del = 2 and community_id = #{communityId} order by create_at desc |
| | | select id,`name` from com_cluster_organization where status = 1 and is_del = 2 and community_id = ${communityId} order by create_at desc |
| | | </select> |
| | | |
| | | <select id="pageClusterAdmin" resultType="com.panzhihua.common.model.vos.community.cluster.admin.PageClusterAdminVo"> |
| | |
| | | WHERE |
| | | is_del = 2 |
| | | <if test="pageClusterAdminDto.communityId != null"> |
| | | and community_id = #{pageClusterAdminDto.communityId} |
| | | and community_id = ${pageClusterAdminDto.communityId} |
| | | </if> |
| | | <if test="pageClusterAdminDto.status != null"> |
| | | and status = #{pageClusterAdminDto.status} |