소스 검색

解除在线状态限制

程旭源 1 년 전
부모
커밋
db65b05222
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();