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

结束时间修改

... ... @@ -33,6 +33,7 @@ class JoinModel extends Model
public function getJoinData($activity_id){
$where['j.activity_id']=$activity_id;
$where['j.status']=1;
$where['j.delete_time']=0;
$info=$this->alias('j')
->join('cmf_volunteer v','v.user_id=j.user_id')
... ...