Browse Source

解除在线状态限制

程旭源 6 months ago
parent
commit
db65b05222
1 changed files with 1 additions and 1 deletions
  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;
         $spacetime = 60 * 60;
         $returndata = '';
         $returndata = '';
         $userdata = db('admin')->field("id")
         $userdata = db('admin')->field("id")
-            ->where(['livetime' => ['gt', $nowtime - $spacetime]])
+//            ->where(['livetime' => ['gt', $nowtime - $spacetime]])
             ->where(['incomeendtime' => ['gt', $nowtime]])
             ->where(['incomeendtime' => ['gt', $nowtime]])
             ->select();
             ->select();
         Db::startTrans();
         Db::startTrans();