正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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) |
-
请 注册 或 登录 后发表评论