*
Showing
1 changed file
with
0 additions
and
6 deletions
... | @@ -28,12 +28,6 @@ class PropertyTrackService extends Service | ... | @@ -28,12 +28,6 @@ class PropertyTrackService extends Service |
28 | */ | 28 | */ |
29 | public function list() | 29 | public function list() |
30 | { | 30 | { |
31 | print_r($this->request->get('identifier')); | ||
32 | exit(); | ||
33 | |||
34 | print_r(\request()->get('identifier')); | ||
35 | exit(); | ||
36 | |||
37 | $res = PropertyTrack::query()->where(['create_admin'=>$this->request->get('identifier')->company_id, 'from'=>1]) | 31 | $res = PropertyTrack::query()->where(['create_admin'=>$this->request->get('identifier')->company_id, 'from'=>1]) |
38 | ->when(filled($this->request->input('upload_time')), function (Builder $builder){ | 32 | ->when(filled($this->request->input('upload_time')), function (Builder $builder){ |
39 | list($start, $end) = explode(' - ', $this->request->input('upload_time')); | 33 | list($start, $end) = explode(' - ', $this->request->input('upload_time')); | ... | ... |
-
Please register or sign in to post a comment