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

bug修改

... ... @@ -334,7 +334,7 @@ class IndexController extends RestBaseController
*/
public function sginIn(){
$userId=$this->getUserId();
$activity_id=input('activity_id');
$activity_id=input('id');
$Join=new JoinModel();
$where['user_id']=$userId;
$where['activity_id']=$activity_id;
... ...