Browse Source

矩阵风机序号修改

wangb 2 years ago
parent
commit
7144608d1e

+ 1 - 1
web/monitor-web-sxjn/src/main/java/com/gyee/frame/service/websocket/WtInfoPushService.java

@@ -86,7 +86,7 @@ public class WtInfoPushService {
                 map.put("wpid", wt.getWindpowerstationid());
                 map.put("pjid", wt.getProjectid());
                 map.put("lnid", wt.getLineid());
-                map.put("code", wt.getCode());
+                map.put("code", wt.getStatus());
                 Line ln= InitialRunner.lnmap.get(wt.getLineid());
                 map.put("lnname", ln.getName());