Procházet zdrojové kódy

去掉天地伟业接口

root před 1 týdnem
rodič
revize
19220b29e0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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','!=','')