BD-admin-guild

This commit is contained in:
2025-10-14 17:38:45 +08:00
parent 833953b39b
commit 8de9215fa4

View File

@@ -50,7 +50,7 @@
LEFT JOIN admin_user au ON au.id = b.admin_id
left join region_info ri on ri.id =u.region_id
left join (select family_id, count(distinct uid) memberNum from family_member where `enable` = 1 and role_type != 1 GROUP BY family_id) a on a.family_id = f.id
where b.bd_id = #{bdId} and b.partition_id = 1
where b.bd_id = #{bdId}
order by b.`status` asc, b.create_time desc
</select>
</mapper>