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