作者 刘锟

update

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