独联体-公会成员列表

This commit is contained in:
2025-09-22 16:01:43 +08:00
parent 49a6a58ab7
commit 87dc61ae91

View File

@@ -62,7 +62,7 @@
where ge.guild_id = #{guildId}
and ge.stat_date >= #{startDate}
and ge.stat_date <= #{endDate}
group by ge.partition_id,ge.guild_id
group by ge.partition_id,ge.guild_id,ge.guild_member_id
order by diamondNum desc
</select>