From 2129ea1fca4900b7fcf1c32505fd3929f67bee2e Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期三, 06 十一月 2024 14:44:20 +0800 Subject: [PATCH] 修复定时/定量开关阀参数错误 --- pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml | 9 +++++---- 1 files changed, 5 insertions(+), 4 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 6e8eee3..8375871 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml @@ -316,9 +316,9 @@ rtuLogFileUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogFile" rtuLogTextUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogText" sp: - comSendUrl: "http://127.0.0.1:8071/rtuMw/com/send" - rtuLogFileUrl: "http://127.0.0.1:8071/rtuMw/com/rtuLogFile" - rtuLogTextUrl: "http://127.0.0.1:8071/rtuMw/com/rtuLogText" + comSendUrl: "http://127.0.0.1:8073/rtuMw/com/send" + rtuLogFileUrl: "http://127.0.0.1:8073/rtuMw/com/rtuLogFile" + rtuLogTextUrl: "http://127.0.0.1:8073/rtuMw/com/rtuLogText" test: comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send" rtuLogFileUrl: "http://127.0.0.1:8072/rtuMw/com/rtuLogFile" @@ -336,6 +336,7 @@ - /wx/comRes/receive - /app/captcha/get - /file/file #web鍒嗗竷寮忔枃浠剁郴缁� + - /file/fm #web鍒嗗竷寮忔枃浠剁郴缁� #鑷姩缁熻閰嶇疆锛岃嚜鍔ㄧ粺璁″畾鏃朵换鍔′細姣忓ぉ瀹氭椂杩涜 auto-statistics: @@ -380,4 +381,4 @@ #铏氭嫙鍗¢厤缃弬鏁� vc: #铏氭嫙鍗℃渶浣庝綑棰濇姤璀﹀�� - alarmValue: 10 \ No newline at end of file + alarmValue: 10 -- Gitblit v1.8.0