|
...
|
...
|
@@ -401,7 +401,7 @@ class AdsController extends BaseController |
|
|
|
$item['project_id'] = 0;
|
|
|
|
}
|
|
|
|
//获取剩余天数
|
|
|
|
$item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']);
|
|
|
|
// $item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']);
|
|
|
|
}
|
|
|
|
|
|
|
|
return $this->response('success', Code::SUCCESS, $result);
|
...
|
...
|
|