...
|
...
|
@@ -338,9 +338,7 @@ class IndexController extends RestBaseController |
|
|
$Join=new JoinModel();
|
|
|
$where['user_id']=$userId;
|
|
|
$where['activity_id']=$activity_id;
|
|
|
dump($where);
|
|
|
$join=$Join->findData($where);
|
|
|
dump($join);
|
|
|
if (empty($join)){
|
|
|
$this->error('您还未报名此活动');
|
|
|
}
|
...
|
...
|
|