|
|
|
@ -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,
|
|
|
|
|