酒吧房:->相关接口提交-bug修改

This commit is contained in:
2026-01-05 18:19:28 +08:00
parent ba78531cbe
commit cb6516bfea
4 changed files with 76 additions and 8 deletions

View File

@@ -988,6 +988,9 @@ class Room extends adminApi
];
model('api/Chat')->sendMsg(1012,$room_id,$text);
}
if($type_id == 9){
$data['label_id'] = 6;
}
$data['updatetime'] = time();
$res = db::name('vs_room')->where('id',$room_id)->update($data);
if($res){