作者 开飞机的舒克

接口优化

@@ -229,7 +229,7 @@ class Activity extends Api @@ -229,7 +229,7 @@ class Activity extends Api
229 { 229 {
230 $rid = $this->request->param('rid'); 230 $rid = $this->request->param('rid');
231 $id = $this->request->param('id'); 231 $id = $this->request->param('id');
232 - $where['ronda_ids'] = ['in',$rid]; 232 +// $where['ronda_ids'] = ['in',$rid];
233 $where['id'] = $id; 233 $where['id'] = $id;
234 $model = new Item(); 234 $model = new Item();
235 $data = $model->where($where)->find(); 235 $data = $model->where($where)->find();