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
813d5ebc
...
813d5ebc8e26a02deefe9b1f11e52240c6df15b9
authored
2022-12-04 17:47:09 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
159ebcd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
app/Services/PropertyTrackService.php
app/Services/PropertyTrackService.php
View file @
813d5eb
...
...
@@ -28,12 +28,6 @@ class PropertyTrackService extends Service
*/
public
function
list
()
{
print_r
(
$this
->
request
->
get
(
'identifier'
));
exit
();
print_r
(
\request
()
->
get
(
'identifier'
));
exit
();
$res
=
PropertyTrack
::
query
()
->
where
([
'create_admin'
=>
$this
->
request
->
get
(
'identifier'
)
->
company_id
,
'from'
=>
1
])
->
when
(
filled
(
$this
->
request
->
input
(
'upload_time'
)),
function
(
Builder
$builder
){
list
(
$start
,
$end
)
=
explode
(
' - '
,
$this
->
request
->
input
(
'upload_time'
));
...
...
Please
register
or
sign in
to post a comment