From 023fe399d7d6cea665999adbc2382fc4d0c7e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 27 Oct 2025 18:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B8=85=E9=99=A4=20=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Ceshi.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/api/controller/Ceshi.php b/application/api/controller/Ceshi.php index 69e198b..5ef481c 100644 --- a/application/api/controller/Ceshi.php +++ b/application/api/controller/Ceshi.php @@ -829,6 +829,13 @@ class Ceshi extends Controllers //数组末尾添加元素 array_push($res, '房间盘删除失败!'); } + $reslut76 = db::name('vs_gift_bag_receive_pan_log')->where('id','>', 0)->delete(); + if($reslut76){ + $i++ ; + }else{ + //数组末尾添加元素 + array_push($res, '礼物背包领取盘日志删除失败!'); + } //数据提交 db::commit();