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
5d49b8be
...
5d49b8be8dcf9554af1a4894f90cdc91531b756b
authored
2022-12-06 20:44:23 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
填写上传人
1 parent
dc564822
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 @
5d49b8b
...
...
@@ -261,6 +261,8 @@ class PropertyTrackService extends Service
$upload_user
=
''
;
if
(
$this
->
request
->
input
(
'from'
)
==
1
)
{
$upload_user
=
$this
->
request
->
get
(
'identifier'
)
->
user_id
;
}
elseif
(
$this
->
request
->
input
(
'from'
)
==
2
)
{
$upload_user
=
PropertyShare
::
query
()
->
where
([
'id'
=>
$this
->
request
->
get
(
'id'
)])
->
pluck
(
'phone'
)
->
first
();
}
//property_track_files
...
...
Please
register
or
sign in
to post a comment