瀏覽代碼

临时去掉在线检测

程旭源 1 年之前
父節點
當前提交
1f8e8324a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Index.php

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

@@ -79,7 +79,7 @@ class Index extends Api
         $spacetime = 10 * 60;
         $returndata = '';
         $userdata = db('admin')->field("id")
-            ->where(['livetime' => ['gt', $nowtime - $spacetime]])
+//            ->where(['livetime' => ['gt', $nowtime - $spacetime]])
             ->where(['incomeendtime' => ['gt', $nowtime]])
             ->select();
         Db::startTrans();