练歌房

This commit is contained in:
2025-11-08 10:25:56 +08:00
parent 910902731e
commit 20b4962e90
2 changed files with 6 additions and 2 deletions

View File

@@ -191,6 +191,9 @@ class Room extends Model
if(!empty($label_id) && $label_id > 0){
$map['type_id'] = $label_id;
if($label_id == 1){
$map['label_id'] = 1;
}
}
if(!empty($label_id) && $label_id == -1){
$map['is_hot'] = 2;