chenminghua il y a 3 ans
Parent
commit
6e0a8c0a8c

+ 1 - 1
src/main/java/com/gyee/frame/service/websocket/GenreSetPushDetailService.java

@@ -1891,7 +1891,7 @@ public class GenreSetPushDetailService {
 
         Map<String, DataVo> vomap = new HashMap<String, DataVo>();
 
-        Map<String, Windpowerstation> wpmap=new HashMap<>();
+        Map<String, Windpowerstation> wpmap = new LinkedHashMap<>();
 
         for (Windpowerstation wp : InitialRunner.wpallls) {
             if (id.equals(FD)) {