From b9a422b6d3dcfb9b2e09f0dc4628425f6e9a45a9 Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期五, 20 九月 2024 09:58:56 +0800 Subject: [PATCH] 2024-09-20 朱宝民 修改充值记录余额计算方法,修改今日明细余额计算方法 --- 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..5cd4f0b 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-pj, database-test #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