认证歌手列表 默认
This commit is contained in:
@@ -33,6 +33,9 @@ class SingerSong extends adminApi
|
||||
if($status){
|
||||
$where['ss.status'] = $status;
|
||||
$wheres['status'] = $status;
|
||||
}else{
|
||||
$where = [];
|
||||
$wheres = [];
|
||||
}
|
||||
|
||||
$count = db::name('vs_singer')->where($wheres)->count();
|
||||
|
||||
Reference in New Issue
Block a user