Commit 5d49b8be 5d49b8be8dcf9554af1a4894f90cdc91531b756b by lemon

填写上传人

1 parent dc564822
...@@ -261,6 +261,8 @@ class PropertyTrackService extends Service ...@@ -261,6 +261,8 @@ class PropertyTrackService extends Service
261 $upload_user = ''; 261 $upload_user = '';
262 if ($this->request->input('from') == 1) { 262 if ($this->request->input('from') == 1) {
263 $upload_user = $this->request->get('identifier')->user_id; 263 $upload_user = $this->request->get('identifier')->user_id;
264 } elseif ($this->request->input('from') == 2) {
265 $upload_user = PropertyShare::query()->where(['id'=>$this->request->get('id')])->pluck('phone')->first();
264 } 266 }
265 267
266 //property_track_files 268 //property_track_files
......