更新 字段错误

main
鹿和sa0ChunLuyu 1 year ago
parent 825c4c38be
commit 4b6e944ac2

@ -18,7 +18,7 @@ class OrderService
if($buy_info['combo']['id']<>0){ if($buy_info['combo']['id']<>0){
$combo_items=DB::table('combo_items')->where(['combo_id'=>$buy_info['combo']['id'],'status'=>1])->get(); $combo_items=DB::table('combo_items')->where(['combo_id'=>$buy_info['combo']['id'],'status'=>1])->get();
foreach($combo_items as $item){ foreach($combo_items as $item){
if(!in_array((string)$item->item_id,$drop_ids)){ if(!in_array((string)$item->keshi_id,$drop_ids)){
$list[]=[ $list[]=[
'item_id'=>$item->item_id, 'item_id'=>$item->item_id,
'keshi_name'=>$item->keshi_name, 'keshi_name'=>$item->keshi_name,

Loading…
Cancel
Save