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
d548177c
...
d548177ca4a4144f49038ce8a7437772c2162766
authored
2022-12-07 14:34:55 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
填写上传人
1 parent
a747f656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
app/Services/PropertyTrackService.php
app/Services/PropertyTrackService.php
View file @
d548177
...
...
@@ -252,6 +252,9 @@ class PropertyTrackService extends Service
*/
public
function
fileSave
()
{
var_dump
(
$this
->
request
->
get
(
'identifier'
));
exit
();
try
{
$fileTypes
=
$this
->
request
->
input
(
'file_types'
);
...
...
@@ -288,8 +291,6 @@ 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