From 3ccf7c9493908c52f3b3783990fd0fb97f86a695 Mon Sep 17 00:00:00 2001
From: dongyukun <1208714201@qq.com>
Date: 星期一, 21 四月 2025 14:53:00 +0800
Subject: [PATCH] 功率因数-根据nodeName获取最近1440min历史数据,包含月最大,最小值

---
 ansteel-biz/src/main/resources/application.yaml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml
index 18848d9..41ef499 100644
--- a/ansteel-biz/src/main/resources/application.yaml
+++ b/ansteel-biz/src/main/resources/application.yaml
@@ -4,7 +4,7 @@
     name: ansteel-server
 
   profiles:
-    active: prod
+    active: test
 
   cloud:
     nacos:
@@ -155,6 +155,8 @@
       - t_power_capacitor_status
       - t_power_control_main
       - t_power_control_det
+      - t_power_gen_status
+      - t_power_demand
       - t_coking_process_conf
       - t_coking_prod_day
       - t_coking_process_main
@@ -163,6 +165,13 @@
       - t_coking_analy_ind
       - t_main_process_index_day
       - t_main_process_index_team
+      - t_coking_trace_chart
+      - t_coking_trace_conf
+      - t_coking_trace_data
+      - t_coking_trace_deviation
+      - t_coking_trace_energy
+      - t_coking_trace_report
+      - t_coking_trace_suggest
   swagger:
     title: 鞍钢鲅鱼圈能源管控系统
     description: 鞍钢鲅鱼圈能源管控系统

--
Gitblit v1.9.3