From d5865c57da89c45d501302bb77ef564f28aa7c15 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期五, 20 六月 2025 10:55:55 +0800
Subject: [PATCH] 增加嘉峪关机构后,参数设置器模块进行补充

---
 pipIrr-platform/pipIrr-mw/pipIrr-param-set/src/main/resources/application-params.yml |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-param-set/src/main/resources/application-params.yml b/pipIrr-platform/pipIrr-mw/pipIrr-param-set/src/main/resources/application-params.yml
index 24a9806..94e0052 100644
--- a/pipIrr-platform/pipIrr-mw/pipIrr-param-set/src/main/resources/application-params.yml
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-param-set/src/main/resources/application-params.yml
@@ -4,6 +4,8 @@
             orgTag: ym
             tcpPort: 60000
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8070
             actutorPort: 9070
             dbName: pipIrr_ym
@@ -11,6 +13,8 @@
             orgTag: sp
             tcpPort: 62000
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8073
             actutorPort: 9073
             dbName: pipIrr_sp
@@ -18,6 +22,8 @@
             orgTag: test
             tcpPort: 65000
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8072
             actutorPort: 9072
             dbName: pipIrr_test
@@ -25,6 +31,8 @@
             orgTag: mj
             tcpPort: 61000
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8071
             actutorPort: 9071
             dbName: pipIrr_mj
@@ -33,6 +41,8 @@
             orgTag: mq
             tcpPort: 60100
             upDataMinInterval: 6
+            mqttEnable: true
+            noSubThenOff: 10
             webPort: 8100
             actutorPort: 9100
             dbName: pipIrr_mq
@@ -40,6 +50,8 @@
             orgTag: yq
             tcpPort: 60101
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8101
             actutorPort: 9101
             dbName: pipIrr_yq
@@ -47,6 +59,8 @@
             orgTag: hlj
             tcpPort: 60102
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8102
             actutorPort: 9102
             dbName: pipIrr_hlj
@@ -54,6 +68,8 @@
             orgTag: gz
             tcpPort: 60103
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8103
             actutorPort: 9103
             dbName: pipIrr_gz
@@ -61,6 +77,8 @@
             orgTag: lz
             tcpPort: 60104
             upDataMinInterval: 6
+            mqttEnable: false
+            noSubThenOff: 10
             webPort: 8104
             actutorPort: 9104
             dbName: pipIrr_lz
@@ -68,6 +86,17 @@
             orgTag: jc
             tcpPort: 60105
             upDataMinInterval: 6
+            mqttEnable: true
+            noSubThenOff: 10
             webPort: 8105
             actutorPort: 9105
             dbName: pipIrr_jc
+        jyg:
+            orgTag: jyg
+            tcpPort: 60106
+            upDataMinInterval: 6
+            mqttEnable: true
+            noSubThenOff: 10
+            webPort: 8106
+            actutorPort: 9106
+            dbName: pipIrr_jyg

--
Gitblit v1.8.0