|
$record = AlbumWatchRecord::where([['agent_id',$user_agent->id],['action',8],['store_id',$data['store_id']]])->get();
|
|
$record = AlbumWatchRecord::where([['agent_id',$user_agent->id],['action',8],['store_id',$data['store_id']]])->get();
|
|
$goods = AlbumProductModel::where([['store_id',$data['store_id'].['id',$val['detail']]]])->first();
|
|
$goods = AlbumProductModel::where([['store_id',$data['store_id'].['id',$val['detail']]]])->first();
|
|
$style = AlbumProductStyleModel::where([['store_id',$data['store_id'].['id',$goods->style]]])->first();
|
|
$style = AlbumProductStyleModel::where([['store_id',$data['store_id'].['id',$goods->style]]])->first();
|