Commit 470bb5c4 470bb5c4ee6ea33f2cd953822586152d502a9d9e by lemon

*

1 parent af4b5f2b
......@@ -79,7 +79,7 @@ class IssueService extends Service
*/
public function latestOnlineRecord()
{
$res = SongsApply::query()->where(['from'=>1, 'user_id'=>$this->request->get('identifier')->company_id])
$res = SongsApply::query()->where(['from'=>1])
->whereNotNull('qy_url')->with(['songs_album:id,cover_map_id', 'songs_album.cover:id,link_id,key'])
->select(['name','album_id','singer','online_time','qy_url'])->orderByDesc('online_time')
->paginate($this->pageSize);
......