|
@@ -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)) {
|