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
a747f656
...
a747f656e75e071c7d15be0a4cde32b0d1c075b5
authored
2022-12-07 14:31:15 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
填写上传人
1 parent
5d49b8be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Services/PropertyTrackService.php
app/Services/PropertyTrackService.php
View file @
a747f65
...
...
@@ -288,6 +288,8 @@ class PropertyTrackService extends Service
//property_track_file_types
PropertyTrackFileType
::
query
()
->
insert
(
$data
);
Log
::
info
(
__METHOD__
,
[
'identifier'
=>
$this
->
request
->
get
(
'identifier'
)]);
//file_maps
FileMap
::
query
()
->
create
([
'user_id'
=>
$this
->
request
->
get
(
'identifier'
)
?
$this
->
request
->
get
(
'identifier'
)
->
user_id
:
0
,
...
...
Please
register
or
sign in
to post a comment