Parcourir la source

临时关闭在线检测

程旭源 il y a 6 mois
Parent
commit
a541c64103
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -94,7 +94,7 @@ class Index extends Api
         $uid = $redis->zRangeByScore("live", $minTime, $nowtime);
         $returndata = '';
         $userdata = db('admin')->field("id")
-            ->whereIn('id', $uid)
+//            ->whereIn('id', $uid)
 //            ->where(['livetime' => ['gt', $nowtime - $spacetime]])
             ->where(['incomeendtime' => ['gt', $nowtime]])
             ->select();