bravo-消息-拆开房间批量消息

This commit is contained in:
khalil
2025-04-24 18:08:03 +08:00
parent dcbc684538
commit b2d9b0e1f7
3 changed files with 40 additions and 41 deletions

View File

@@ -92,7 +92,7 @@
</select>
<select id="listValidRoomsByPartitionId" resultMap="RoomResultMap">
select * from room where uid &lt;&gt; #{roomUid} and partition_id = #{partitionId} and valid = 1 and online_num > 0
select * from room where uid &lt;&gt; #{roomUid} and partition_id = #{partitionId} and valid = 1 and online_num > 0 order by online_num desc
</select>
</mapper>