Browse Source

视频注入结果查询

15954078560 2 năm trước cách đây
mục cha
commit
0b77137b94
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');