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

bug修改

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