正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -30,7 +30,7 @@ class CountLogic extends BaseLogic | @@ -30,7 +30,7 @@ class CountLogic extends BaseLogic | ||
| 30 | 'project_id' => $this->user['project_id'] | 30 | 'project_id' => $this->user['project_id'] |
| 31 | ]; | 31 | ]; |
| 32 | $info = $this->model->read($param,['pv_num','ip_num','inquiry_num','date','compliance_day','service_day']); | 32 | $info = $this->model->read($param,['pv_num','ip_num','inquiry_num','date','compliance_day','service_day']); |
| 33 | - if($data === false){ | 33 | + if($info === false){ |
| 34 | $this->fail('无数据'); | 34 | $this->fail('无数据'); |
| 35 | } | 35 | } |
| 36 | return $this->success($info); | 36 | return $this->success($info); |
-
请 注册 或 登录 后发表评论