@@ -531,7 +531,7 @@ class AlbumController extends Controller
$goods->address = '';
}
$check_favorite = AlbumFavoriteModel::where([['user_id',$userAuth->id],['store_id',$store_id],['product_id',$goods['id']]])->first();
- // dd($check_favorite);
+ dd($check_favorite);
if($check_favorite){
$goods->is_favorite = 1;
$goods->favorite_id = $check_favorite->id;