*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -79,7 +79,7 @@ class IssueService extends Service | ... | @@ -79,7 +79,7 @@ class IssueService extends Service |
79 | */ | 79 | */ |
80 | public function latestOnlineRecord() | 80 | public function latestOnlineRecord() |
81 | { | 81 | { |
82 | $res = SongsApply::query()->where(['from'=>1, 'user_id'=>$this->request->get('identifier')->company_id]) | 82 | $res = SongsApply::query()->where(['from'=>1]) |
83 | ->whereNotNull('qy_url')->with(['songs_album:id,cover_map_id', 'songs_album.cover:id,link_id,key']) | 83 | ->whereNotNull('qy_url')->with(['songs_album:id,cover_map_id', 'songs_album.cover:id,link_id,key']) |
84 | ->select(['name','album_id','singer','online_time','qy_url'])->orderByDesc('online_time') | 84 | ->select(['name','album_id','singer','online_time','qy_url'])->orderByDesc('online_time') |
85 | ->paginate($this->pageSize); | 85 | ->paginate($this->pageSize); | ... | ... |
-
Please register or sign in to post a comment