正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -38,8 +38,6 @@ class GoogleLinkController extends BaseController | @@ -38,8 +38,6 @@ class GoogleLinkController extends BaseController | ||
| 38 | $this->response('success'); | 38 | $this->response('success'); |
| 39 | } | 39 | } |
| 40 | } | 40 | } |
| 41 | - $lists['y_total'] = $linkModel->counts(['status'=>1,'project_id'=>$this->user['project_id']]); | ||
| 42 | - $lists['n_total'] = $linkModel->counts(['status'=>0,'project_id'=>$this->user['project_id']]); | ||
| 43 | $this->response('success',Code::SUCCESS,$lists); | 41 | $this->response('success',Code::SUCCESS,$lists); |
| 44 | } | 42 | } |
| 45 | 43 |
-
请 注册 或 登录 后发表评论