作者 sgj
1 个管道 的构建 通过 耗费 0 秒

bug修改

... ... @@ -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('您还未报名此活动');
}
... ...