正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -102,6 +102,7 @@ class Index extends Api | @@ -102,6 +102,7 @@ class Index extends Api | ||
| 102 | $ress= $this->getDataWaterCenInfo($id); | 102 | $ress= $this->getDataWaterCenInfo($id); |
| 103 | $res['data']['dayPct']=$ress['data']['dayPct']; | 103 | $res['data']['dayPct']=$ress['data']['dayPct']; |
| 104 | $res['data']['total']=$ress['data']['total']; | 104 | $res['data']['total']=$ress['data']['total']; |
| 105 | + $res['data']['passed']=$ress['data']['passed']; | ||
| 105 | } | 106 | } |
| 106 | return $this->success($res['message'],$res['data']); | 107 | return $this->success($res['message'],$res['data']); |
| 107 | } | 108 | } |
-
请 注册 或 登录 后发表评论