diff --git a/application/api/model/TeamGroup.php b/application/api/model/TeamGroup.php index 5800532..41dceae 100755 --- a/application/api/model/TeamGroup.php +++ b/application/api/model/TeamGroup.php @@ -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)