Explorar o código

同步脚本去掉洗选

任敬轩 %!s(int64=2) %!d(string=hai) anos
pai
achega
d839738612
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Console/Commands/UpdateHkList.php

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

@@ -55,7 +55,7 @@ class UpdateHkList extends Command
     public function updateAreaList()
     {
         //查询使用海康服务器的矿区id
-        $mine_id_list = MineListExt::where('is_hak', 1)->pluck('mine_id')->all();
+        $mine_id_list = MineListExt::where('is_hak', 1)->where('mine_id','!=',66)->pluck('mine_id')->all();
 
         foreach ($mine_id_list as $key => $val) {
             MineServices::getHaiKangArea($val, CameraEnum::REQUEST_TYPE_LOCAL);