xiaogang %!s(int64=3) %!d(string=hai) anos
pai
achega
4db61fdc3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Admin/Actions/Users/UsersInfo.php

+ 1 - 1
app/Admin/Actions/Users/UsersInfo.php

xqd
@@ -19,7 +19,7 @@ class UsersInfo extends Form implements LazyRenderable
 
     public function handle(array $input)
     {
-        $user = User::query()->where('id',$input['id'])->first();
+        $user = User::query()->where(['id'=>$input['id'],'is_distory'=>0])->first();
         if(!$user){
 
             return $this->response()->error('请刷新后重试');