dyjh il y a 6 ans
Parent
commit
95b402e4bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumController.php

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -2485,7 +2485,7 @@ class AlbumController extends Controller
 
             $record = AlbumWatchRecord::where([['agent_id',$user_agent->id],['action',8],['store_id',$data['store_id']]])->get();
 
-            foreach ($record as $key=>$val){dd($val);
+            foreach ($record as $key=>$val){dd($val['detail']);
                 $goods = AlbumProductModel::where([['store_id',$data['store_id'].['id',$val['detail']]]])->first();
 
                 $style = AlbumProductStyleModel::where([['store_id',$data['store_id'].['id',$goods->style]]])->first();