|
@@ -301,6 +301,7 @@ class AdService implements AdServiceInterface
|
|
|
'price'=>$data['price']??0,
|
|
|
'ad_size_id'=>$data['ad_size_id']??0,
|
|
|
'ad_url'=>$data['ad_url']??'',
|
|
|
+ 'ad_tag'=>$data['ad_tag']??'',
|
|
|
|
|
|
];
|
|
|
$result = AdPlace::where($where)->update($Insdata);
|