任务bug修改

This commit is contained in:
2025-12-26 14:02:32 +08:00
parent f9de7a3a06
commit 8f7ea8b289
3 changed files with 8 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ class Room extends GuildAdmin
->join('vs_room b', 'a.room_id = b.id', 'left')
->field('a.*,b.room_name,b.room_number,b.room_cover,b.type_id,b.label_id,b.room_status')
->where($where)
->page($page, $page_limit)
// ->page($page, $page_limit)
->select();
$rum_lists = [];
//总流水