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