Browse Source

切换实时数据适配接口

shilin 3 years ago
parent
commit
eb9491556d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gyee/frame/common/spring/InitialRunner.java

+ 1 - 1
src/main/java/com/gyee/frame/common/spring/InitialRunner.java

@@ -496,7 +496,7 @@ public class InitialRunner implements CommandLineRunner {
                 }
             }
         }
-     //   wppointnummap= windPowerstationTestingPointService.getWpPointTotal();
+        wppointnummap= windPowerstationTestingPointService.getWpPointTotal();
     }
 
 }