保存文件
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -321,7 +321,7 @@ class PropertyTrackService extends Service | ... | @@ -321,7 +321,7 @@ class PropertyTrackService extends Service |
| 321 | 321 | ||
| 322 | //property_track_files | 322 | //property_track_files |
| 323 | $res = PropertyTrackFile::query()->create([ | 323 | $res = PropertyTrackFile::query()->create([ |
| 324 | 'pt_id' => $this->request->get('track_id'), | 324 | 'pt_id' => $this->request->input('track_id'), |
| 325 | 'name' => $this->request->input('name'), | 325 | 'name' => $this->request->input('name'), |
| 326 | 'size_byte' => $this->request->input('size'), | 326 | 'size_byte' => $this->request->input('size'), |
| 327 | 'upload_user' => $upload_user, | 327 | 'upload_user' => $upload_user, | ... | ... |
-
Please register or sign in to post a comment