Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
105eb1ca
...
105eb1ca815b76902b0c0f0c55259b587e23ab4f
authored
2022-12-08 14:42:08 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
保存文件
1 parent
675f174b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/PropertyTrackService.php
app/Services/PropertyTrackService.php
View file @
105eb1c
...
...
@@ -321,7 +321,7 @@ class PropertyTrackService extends Service
//property_track_files
$res
=
PropertyTrackFile
::
query
()
->
create
([
'pt_id'
=>
$this
->
request
->
ge
t
(
'track_id'
),
'pt_id'
=>
$this
->
request
->
inpu
t
(
'track_id'
),
'name'
=>
$this
->
request
->
input
(
'name'
),
'size_byte'
=>
$this
->
request
->
input
(
'size'
),
'upload_user'
=>
$upload_user
,
...
...
Please
register
or
sign in
to post a comment