فهرست منبع

恢复上线检测

程旭源 8 ماه پیش
والد
کامیت
5d2ab59458
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/api/controller/Index.php

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

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