作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !3046
... ... @@ -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()
... ...