Explorar o código

解除在线状态限制

程旭源 hai 6 meses
pai
achega
db65b05222
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Index.php

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

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