瀏覽代碼

临时关闭在线检测

程旭源 6 月之前
父節點
當前提交
a541c64103
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();