From 42ae0009e8289a87b3747b71bc7bb5bca4ac2354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 19 Aug 2025 10:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E4=BA=A4=E5=8F=8B=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Room.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/Room.php b/application/api/model/Room.php index 51f5c67..ac86387 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -1679,6 +1679,7 @@ class Room extends Model } //开启事务 db::startTrans(); + $data = []; if($type == 1 || $type == 3 || $type == 4){ $data = [ 'label_id' => 1,