wangchangsheng 2 년 전
부모
커밋
048125cfe1
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      web/monitor-web-sxjn/src/main/java/com/gyee/frame/service/websocket/GenreSetPushService.java

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

@@ -4250,9 +4250,13 @@ public class GenreSetPushService {
                     if (planmonth == month) {
 
                         map.put("yfdljh",fdl);
+                        map.put("nfdljh",0.00);
+                    }else {
+                        map.put("nfdljh",fdl);
+                        map.put("yfdljh",0.00);
                     }
 
-                    map.put("nfdljh",fdl);
+
 
                 }
                 gxkmap.put(plan.getWindpower(),map);