|
...
|
...
|
@@ -12,7 +12,7 @@ class AutoPullNotify extends Base |
|
|
|
|
|
|
|
public static function serversMap()
|
|
|
|
{
|
|
|
|
return Servers::where('status', 0)->where('id', '!=', ServerConfig::SELF_TEST_ID)->pluck('server_name', 'id')->toArray();
|
|
|
|
return Servers::where('status', 0)->where('id', '!=', ServerConfig::SELF_TEST_ID)->orderBy('sort','desc')->pluck('server_name', 'id')->toArray();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static function processMap()
|
...
|
...
|
|