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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 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 d189a60..ba0fd4c 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml @@ -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