作者 耿培杰

修改接口

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