From 7bd3b76929e9a126b237ab9e1c8c82e7d20a4a6a Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期五, 14 二月 2025 16:42:46 +0800
Subject: [PATCH] 开关阀记录中,对于当前未关阀的记录,不进行关阀类型名称翻译

---
 pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
index 08ac119..7782b62 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/resources/application.yml
@@ -1,18 +1,16 @@
 spring:
     profiles:
-        include: global, database
+        include: global, database, database-ym, database-sp, database-test,database-mj,database-mq
 
 #actutor鐨剋eb绔彛
 management:
     server:
         port: ${pipIrr.remote.actutorPort}
-#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080
+#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8081
 server:
     port: ${pipIrr.remote.webPort}
     servlet:
         context-path: /remote #web璁块棶涓婁笅鏂囪矾寰�
         context-parameters:
             #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
-            idSuffix: 2
-            #ConfigListener涓簲鐢�
-            #configFileNames: config-global.xml,config-demo.xml
+            idSuffix: ${pipIrr.remote.idSuffix}

--
Gitblit v1.8.0