|
|
@@ -46,14 +46,6 @@ class AdModel extends BaseModel
|
|
|
if ($info['end_time']) {
|
|
|
$info['end_time'] = datetime($info['end_time']);
|
|
|
}
|
|
|
- // 广告位
|
|
|
- if ($info['ad_sort_id']) {
|
|
|
- $adSortModel = new AdSortModel();
|
|
|
- $adSortInfo = $adSortModel->getInfo($info['ad_sort_id']);
|
|
|
- if ($adSortInfo) {
|
|
|
- $info['ad_sort_name'] = $adSortInfo['description'] . ">>" . $adSortInfo['loc_id'];
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
return $info;
|
|
|
}
|