认证歌手列表 默认

This commit is contained in:
2025-11-14 17:15:29 +08:00
parent d19202765b
commit 9aac2ff737

View File

@@ -33,6 +33,9 @@ class SingerSong extends adminApi
if($status){ if($status){
$where['ss.status'] = $status; $where['ss.status'] = $status;
$wheres['status'] = $status; $wheres['status'] = $status;
}else{
$where = [];
$wheres = [];
} }
$count = db::name('vs_singer')->where($wheres)->count(); $count = db::name('vs_singer')->where($wheres)->count();