正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -401,7 +401,7 @@ class AdsController extends BaseController | @@ -401,7 +401,7 @@ class AdsController extends BaseController | ||
| 401 | $item['project_id'] = 0; | 401 | $item['project_id'] = 0; |
| 402 | } | 402 | } |
| 403 | //获取剩余天数 | 403 | //获取剩余天数 |
| 404 | - $item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']); | 404 | +// $item['remaining_days'] = ReInquiryCount::getRemainingDays($item['domain'], $item['type'], $item['project_id']); |
| 405 | } | 405 | } |
| 406 | 406 | ||
| 407 | return $this->response('success', Code::SUCCESS, $result); | 407 | return $this->response('success', Code::SUCCESS, $result); |
-
请 注册 或 登录 后发表评论