updateOrCreate( ['username' => 'admin'], [ 'name' => '系统管理员', 'status' => 'active', 'password_hash' => 'Admin123456', 'mobile' => null, ], ); } }