Browse Source

视频注入结果查询

15954078560 2 years ago
parent
commit
0b77137b94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Notify.php

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

@@ -724,7 +724,7 @@ class Notify extends Api
         $time = strtotime(date('Y-m-d', time()));
         $where = array(
             'inject_status' => 1,
-            'updatetime' => ['egt', $time]
+//            'updatetime' => ['egt', $time]
         );
 
         $hu_video = Db::name('video');