From 2a9830a14c30bbddc9d8de727b8c0b31b760ebc4 Mon Sep 17 00:00:00 2001
From: Administrator <zhubaomin>
Date: 星期三, 27 十二月 2023 11:36:41 +0800
Subject: [PATCH] 2023-12-27 朱宝民 项目编号记录在配置文件中,开卡成功一并返回

---
 pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
index 72b6ac0..ba0fd4c 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
@@ -77,7 +77,7 @@
         commandCallback:  http://127.0.0.1:8079/remote/rtu/comCallback
         webPort: 8070
         actutorPort: 9070
-        idSuffix: 0 #姝ゅ鍙槸鍗犱綅锛屽叿浣撹缃湪閫氫俊涓棿浠剁殑config.xml涓缃�
+        idSuffix: 0
     sso:
         checkUrl: http://127.0.0.1:8079/sso/sso/ssoCheck
         webPort: 8079
@@ -103,3 +103,15 @@
         webPort: 8000
         actutorPort: 9000
         idSuffix: 99
+    sell:
+        webPort: 8084
+        actutorPort: 9084
+        idSuffix: 6
+    project:
+        webPort: 8085
+        actutorPort: 9085
+        idSuffix: 7
+
+projectCode:
+    ym: 1000
+    pj: 1001
\ No newline at end of file

--
Gitblit v1.8.0