浏览代码

2023-5-22-1 新增服务区-2

yingzi 2 年之前
父节点
当前提交
93ba771417
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/api/controller/User.php

+ 3 - 3
app/api/controller/User.php

@@ -171,9 +171,9 @@ class User extends BaseController
         $time = $request->param('time');
         $times = $request->param('times');
         $users = (new UserModel())
-            ->where('parent_uid', '<>', 0)
-            ->where('regtime', '>=', $time)
-            ->where('regtime', '<=', $times)
+//            ->where('parent_uid', '<>', 0)
+//            ->where('regtime', '>=', $time)
+//            ->where('regtime', '<=', $times)
             ->field('parent_uid as uid, count(*) as invite_count')
             ->group('parent_uid')
             ->order('invite_count', 'desc')