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

添加最新版本的easywechat

@@ -796,7 +796,7 @@ class IndexController extends RestBaseController @@ -796,7 +796,7 @@ class IndexController extends RestBaseController
796 } 796 }
797 $userId=$user_id; 797 $userId=$user_id;
798 } 798 }
799 - $map['user_id']=$userId; 799 + $map['user_id']=input('user_id');
800 $map['activity_id']=$activity_id; 800 $map['activity_id']=$activity_id;
801 $map['status']=['in','1,3']; 801 $map['status']=['in','1,3'];
802 $map['delete_time']=0; 802 $map['delete_time']=0;