From 4b6e944ac21884661fafe3bc35f13ee1a608d9ac Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Thu, 31 Oct 2024 16:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Services/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel/app/Services/OrderService.php b/Laravel/app/Services/OrderService.php index e24139c..b144f8c 100644 --- a/Laravel/app/Services/OrderService.php +++ b/Laravel/app/Services/OrderService.php @@ -18,7 +18,7 @@ class OrderService if($buy_info['combo']['id']<>0){ $combo_items=DB::table('combo_items')->where(['combo_id'=>$buy_info['combo']['id'],'status'=>1])->get(); foreach($combo_items as $item){ - if(!in_array((string)$item->item_id,$drop_ids)){ + if(!in_array((string)$item->keshi_id,$drop_ids)){ $list[]=[ 'item_id'=>$item->item_id, 'keshi_name'=>$item->keshi_name,