From 46498960467d33e1e7d325da7b38a63d6e5e8c46 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 13 Mar 2024 16:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6=E6=AC=A1?= =?UTF-8?q?=E6=95=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/VideoService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/VideoService.php b/app/Services/VideoService.php index f8b4c66..b33eb0c 100644 --- a/app/Services/VideoService.php +++ b/app/Services/VideoService.php @@ -133,7 +133,7 @@ class VideoService extends BaseService $data['update_number'] = 1; $params = array(); - $params['inquiry_video_id'] = $order_inquiry_video_reservation['inquiry_video_id']; + $params['reservation_id'] = $order_inquiry_video_reservation['reservation_id']; $res = OrderInquiryVideoReservation::edit($params, $data); if (!$res) { Db::rollBack();