转换交友房

This commit is contained in:
2025-08-19 10:21:27 +08:00
parent 5d509465c5
commit 42ae0009e8

View File

@@ -1679,6 +1679,7 @@ class Room extends Model
} }
//开启事务 //开启事务
db::startTrans(); db::startTrans();
$data = [];
if($type == 1 || $type == 3 || $type == 4){ if($type == 1 || $type == 3 || $type == 4){
$data = [ $data = [
'label_id' => 1, 'label_id' => 1,