批量更新租户规则

This commit is contained in:
2026-03-09 23:00:20 +08:00
parent e09b4c639c
commit e27cc8f457
45 changed files with 579 additions and 314 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ use think\facade\Cache;
use think\response\Json;
use app\service\JwtService;
use app\model\AdminUser;
use app\model\System\AdminUser;
use app\model\System\SystemSiteSettings;
class LoginController extends BaseController
@@ -80,7 +80,7 @@ class LoginController extends BaseController
'id' => $user['id'],
'account' => $user['account'],
'name' => $user['name'],
'tenant_id' => $user['tenant_id'],
'tid' => $user['tid'],
'group_id' => $user['group_id']
];