Browse Source

修改风机监视和逆变器监视界面动态配置接口

shilin 2 years ago
parent
commit
b0930a2d8a

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

@@ -126,7 +126,7 @@ public class WtInfoPushService {
                                         {
                                             vo.setUnit(wtc.getUnit());
                                         }
-                                        vo.setUnit(wtc.getUnit());
+
                                         vo.setRate(wtc.getRate());
                                         vos.add(vo);
                                     }