Parcourir la source

临时去掉在线检测

程旭源 il y a 1 an
Parent
commit
1f8e8324a6
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

@@ -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();