|
...
|
...
|
@@ -46,7 +46,6 @@ class GeoConf extends Base |
|
|
|
$query->where(['status' => ManageHr::STATUS_ONE, 'entry_position' => 46])
|
|
|
|
->orWhereIn('id', [11, 207, 875, 893]);
|
|
|
|
})->pluck('name', 'id')->toArray();
|
|
|
|
|
|
|
|
ksort($optimize);
|
|
|
|
Cache::put($key, $optimize, 3600);
|
|
|
|
}
|
...
|
...
|
|