Browse Source

去掉天地伟业接口

root 1 tuần trước cách đây
mục cha
commit
19220b29e0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Console/Commands/UpdateHkList.php

+ 2 - 1
app/Console/Commands/UpdateHkList.php

@@ -87,7 +87,8 @@ class UpdateHkList extends Command
         $mine_list_ext = DB::table('mine_list_ext')
             ->select('mine_list_ext.*','mine_list.parent_id')
             ->leftJoin('mine_list','mine_list.id','=','mine_list_ext.mine_id')
-            ->where('mine_list.parent_id',0)
+            // ->where('mine_list.parent_id',0)
+            ->where('mine_list.parent_id',123456)
             ->where('mine_list_ext.is_hak',MineEnum::IS_HAK_TD)
             ->where('mine_list_ext.ip','!=','')
             ->where('mine_list_ext.port','!=','')