yingzi 2 лет назад
Родитель
Сommit
64e0c5693a
1 измененных файлов с 1 добавлено и 1 удалено
  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')