From 77b06515edaa46cbbb0e55fe5f37db09aa8991fd Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期二, 22 四月 2025 16:06:40 +0800
Subject: [PATCH] 调整后的功率因数与无功倒送量

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

diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml
index 41ef499..e7bac00 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: test
+    active: dev
 
   cloud:
     nacos:
@@ -169,13 +169,16 @@
       - t_coking_trace_conf
       - t_coking_trace_data
       - t_coking_trace_deviation
-      - t_coking_trace_energy
       - t_coking_trace_report
       - t_coking_trace_suggest
+      - t_coking_overview
+      - t_coking_trace_ind
+      - t_power_demand
+      - t_power_adjusted_factor
   swagger:
     title: 鞍钢鲅鱼圈能源管控系统
     description: 鞍钢鲅鱼圈能源管控系统
     version: ${iailab.info.version}
-  log-path: D:\DLUT\ansteel
+  log-path: .
 
 debug: false
\ No newline at end of file

--
Gitblit v1.9.3