Browse Source

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

yingzi 1 year ago
parent
commit
64e0c5693a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/User.php

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

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