Jelajahi Sumber

修改配置

xieshengjie 2 tahun lalu
induk
melakukan
3691f9a113

+ 4 - 4
realtime/generationXK-service/src/main/java/com/gyee/generation/GenerationMain.java

@@ -33,10 +33,10 @@ public class GenerationMain {
 //        proEconStaOriginalService.calEquipmentInfoDay(new Date());
 //        System.out.println("结束生成风机报表指标统计。。。。。。");
 
-        ProEconStaOriginalService proEconStaOriginalService= SpringUtils.getBean("proEconStaOriginalService");
-         System.out.println("开始生成场站报表指标统计。。。。。。");
-         proEconStaOriginalService.calEquipmentInfoDay(new Date());
-         System.out.println("结束生成场站报表指标统计。。。。。。");
+//        ProEconStaOriginalService proEconStaOriginalService= SpringUtils.getBean("proEconStaOriginalService");
+//         System.out.println("开始生成场站报表指标统计。。。。。。");
+//         proEconStaOriginalService.calEquipmentInfoDay(new Date());
+//         System.out.println("结束生成场站报表指标统计。。。。。。");
 //        InitialPointGoldenXkByEqEdosService initialPointGoldenXkByEqEdosService= SpringUtils.getBean("initialPointGoldenXkByEqEdosService");
 //
 //

+ 7 - 3
realtime/generationXK-service/src/main/java/com/gyee/generation/service/realtimelibrary/StatusService.java

@@ -88,6 +88,7 @@ public class StatusService {
             Map<String, ProBasicPowerstationPoint> stringProBasicPowerstationPointMap = subwppointmap.get(sub.getId());
 
             ProBasicPowerstationPoint agcPoint = stringProBasicPowerstationPointMap.get(ContantXk.TPOINT_WP_AGC);
+
             ProBasicPowerstationPoint cxglPoint = stringProBasicPowerstationPointMap.get(ContantXk.TPOINT_WP_CXGL);
             ProBasicPowerstationPoint xdztPoint = stringProBasicPowerstationPointMap.get(ContantXk.TPOINT_WP_XDZT);
             ProBasicPowerstationPoint zsglPoint = stringProBasicPowerstationPointMap.get(ContantXk.TPOINT_WP_ZSGL);
@@ -166,6 +167,7 @@ public class StatusService {
                 }
             }
             double xdValue = 0;
+
             if (b){
                 xdValue = 1;
                 //判断风机是否限电
@@ -216,9 +218,11 @@ public class StatusService {
 
                 });
             }
-
-            resultList.add(PointUtil.createPointData(currentDate,xdValue,xdztPoint.getNemCode(),xdztPoint.getName()));
-
+            if (agcPoint.getNemCode().equals("INITIAL")){
+                resultList.add(PointUtil.createPointData(currentDate,0,xdztPoint.getNemCode(),xdztPoint.getName()));
+            }else{
+                resultList.add(PointUtil.createPointData(currentDate,xdValue,xdztPoint.getNemCode(),xdztPoint.getName()));
+            }
         });
         edosUtil.sendMultiPoint(resultList);
     }

File diff ditekan karena terlalu besar
+ 7 - 6
realtime/generationXK-service/src/main/resources/application-dev.yml


+ 3 - 3
realtime/generationXK-service/src/main/resources/application-xny.yml

@@ -83,8 +83,8 @@ mybatis-plus:
       logic-delete-value: 0
 logging:
   level:
-    root: info
-    com.example: debug
+    root: error
+    com.example: error
 #db url
 db:
   url: http://10.153.172.65:8011/ts
@@ -94,7 +94,7 @@ db:
 #runWindpowerstation: SD_GDDL_WHWD_FDC_STA,SD_GDDL_WHXQ_FDC_STA,SD_GDDL_RZLX_FDC_STA,SD_GDDL_QDJN_FDC_STA,SD_SXNY_FXFC_FDC_STA,SD_SXNY_LXLN_FDC_STA,SD_SXNY_LQJS_FDC_STA,SD_SXNY_ZYFS_FDC_STA,SD_LYDL_BH2_FDC_STA,SD_GDDL_RZWL_FDC_STA,SD_SXNY_PLHS_FDC_STA,SD_SXNY_ZYXD_FDC_STA,SD_GDDL_DZXJ_FDC_STA,SD_GDDL_XTTA_FDC_STA,SD_GDDL_WFZC_FDC_STA,SD_SXNY_JNSS_FDC_STA,SD_SXNY_WFBH_FDC_STA,SD_LYDL_CG_FDC_STA,SD_LYDL_FJ_FDC_STA,SD_LYDL_YS_FDC_STA,SD_SXNY_JNCQ_FDC_STA,SD_LYDL_BH1_FDC_STA,SD_GHTZ_HZJ_GDC_STA
 #runWindpowerstation: HNX_SXNY_FRS_FDC_STA,HNX_SXNY_HJL_FDC_STA,HNX_SXNY_FL_FDC_STA
 #runWindpowerstation: SDL_SXNY_FXFC_FDC_STA,SDL_SXNY_JNSS_FDC_STA,SDL_SXNY_WFBH_FDC_STA,SDL_SXNY_PLHS_FDC_STA,SDL_SXNY_JNCQ_FDC_STA,SDL_SXNY_LQJS_FDC_STA,SDL_SXNY_ZYXD_FDC_STA,SDL_SXNY_ZYFS_FDC_STA,SDL_SXNY_LYJN_FDC_STA
-runWindpowerstation: SDL_SXNY_JNSS_FDC_STA
+runWindpowerstation: SDL_SXNY_ZYXD_FDC_STA
 #判断数据终端
 second: 1800
 #判断降出力

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executor.properties

@@ -19,7 +19,7 @@ xxl.job.executor.port=9201
 #xxl.job.executor.port=9202
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=E:\\jobs\\generationWP-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executorRG.properties

@@ -19,7 +19,7 @@ xxl.job.executor.ip=
 xxl.job.executor.port=9202
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=C:\\jobs\\generationRG-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executorWPGD.properties

@@ -19,7 +19,7 @@ xxl.job.executor.ip=
 xxl.job.executor.port=9301
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=C:\\jobs\\generationWPGD-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executorWPGH.properties

@@ -19,7 +19,7 @@ xxl.job.executor.ip=
 xxl.job.executor.port=9303
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=C:\\jobs\\generationWPGH-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executorWPLY.properties

@@ -19,7 +19,7 @@ xxl.job.executor.ip=
 xxl.job.executor.port=9302
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=C:\\jobs\\generationWPLY-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 1 - 1
realtime/generationXK-service/src/main/resources/xxl-job-executorWPXNY.properties

@@ -19,7 +19,7 @@ xxl.job.executor.ip=
 xxl.job.executor.port=9304
 
 ### xxl-job executor log-path
-xxl.job.executor.logpath=C:\\jobs\\generationWPXNY-job
+xxl.job.executor.logpath=/data/nem/computeEngine/logs
 ### xxl-job executor log-retention-days
 xxl.job.executor.logretentiondays=30
 

+ 2 - 2
web/runeconomy-xk/src/main/resources/application-yun.yml

@@ -83,7 +83,7 @@ mybatis-plus:
   configuration:
     map-underscore-to-camel-case: true
     auto-mapping-behavior: full
-#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
     default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler
   mapper-locations: classpath*:mapper/**/*Mapper.xml
   global-config:
@@ -103,7 +103,7 @@ mybatis-plus:
 logging:
   level:
     root: info
-    com.example: error
+    com.example: debug
 initialcode: INITIAL
 db:
   url: http://124.70.75.91:8011/ts