作者 耿培杰

修改接口

... ... @@ -11,6 +11,7 @@ class TeamGroup extends Model
public function selectData($where, $limit)
{
$where['status'] = 1;
$where['grouptime'] = ['>',time()];
$data = $this
->where($where)
->limit($limit)
... ...