|
|
@@ -186,6 +186,7 @@ class AdService implements AdServiceInterface
|
|
|
*/
|
|
|
public function updateAdPlace(array $data): array
|
|
|
{
|
|
|
+ // 11
|
|
|
$where = [
|
|
|
'ad_place.id'=>$data['id']
|
|
|
];
|
|
|
@@ -339,6 +340,7 @@ class AdService implements AdServiceInterface
|
|
|
return Result::error($e->getMessage());
|
|
|
}
|
|
|
// 自助建站广告位-广告位编辑同步模板数据-------fr----end
|
|
|
+ // 11--end
|
|
|
}
|
|
|
/**
|
|
|
* 删除广告位
|