xiaogang 3 年之前
父節點
當前提交
4db61fdc3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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('请刷新后重试');