程旭源 пре 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();