From 2d57ca03bbb51e67ec5a766283c7ee3f8f8a071b Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 17 Mar 2026 17:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=9B=E5=BB=BA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/AdminUsersService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/AdminUsersService.php b/app/Services/AdminUsersService.php index 0fdd05a..7c3d58d 100644 --- a/app/Services/AdminUsersService.php +++ b/app/Services/AdminUsersService.php @@ -50,7 +50,7 @@ final class AdminUsersService 'avatar' => '', 'email' => $data['email'] ?? '', 'position' => $data['position'] ?? '', - 'status' => 1, + 'status' => $data['status'], 'created_at' => get_datetime() ]);