公会后台登录修改 兼容 admin

This commit is contained in:
2025-11-24 17:32:09 +08:00
parent 384355f52c
commit c3670ec2b0
6 changed files with 32 additions and 12 deletions

View File

@@ -52,8 +52,9 @@ class Room extends GuildAdmin
$search_etime_str = input('search_etime','');
$s_money_search = input('s_money_search','');
$e_money_search = input('e_money_search','');
$where['a.guild_id'] = $guild_id;
if($this->auth->id != 1) {
$where['a.guild_id'] = $guild_id;
}
$where['a.status'] = 1;
$where['a.room_id'] = ['>',0];
if($room_id){