工会后台修改

This commit is contained in:
2025-12-06 11:37:20 +08:00
parent ab0b23539e
commit d0203ecc8b
3 changed files with 13 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class Admin extends Model
$group_data = [
'guild_id' => $data['guild_id'],
'pid' => 1,
'name' => '超级管理员',
'name' => "超级管理员({$data['guild_name']})",
'rules' => '*',
'status' => 'normal'
];