填写上传人
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment