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 | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 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 d91c28f..8375871 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml @@ -77,13 +77,13 @@ pipIrr: global: - dev: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse + dev: false #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse dsName: ym #寮�鍙戦樁娈碉紝璁剧疆涓存椂鐨勬暟鎹簱鍚嶇О nginx: webPort: 54321 mw: - webPort: 8070 - actutorPort: 9070 + webPort: 8070 #閫氫俊涓棿浠朵腑搴旂敤锛屼笉鑳藉湪web妯″潡绯荤粺涓簲鐢� + actutorPort: 9070 #閫氫俊涓棿浠朵腑搴旂敤锛屼笉鑳藉湪web妯″潡绯荤粺涓簲鐢� idSuffix: 0 sso: cacheMaximumSize: 10000 #鐧诲綍鐢ㄦ埛缂撳瓨鍙紦瀛樼敤鎴风殑鏈�澶у�� @@ -295,7 +295,7 @@ #椤圭洰缂栧彿 #projectCode: # ym: 100 -# pj: 101 +# sp: 101 #椤圭洰閰嶇疆 project: @@ -315,10 +315,10 @@ comSendUrl: "http://127.0.0.1:8070/rtuMw/com/send" rtuLogFileUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogFile" rtuLogTextUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogText" - pj: - 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" + sp: + 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: @@ -352,7 +353,7 @@ secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 at-all: true mobile: 18602657034 - pj: + sp: enable: true #鏄惁鍚敤 robot: url: https://oapi.dingtalk.com/robot/send @@ -380,4 +381,4 @@ #铏氭嫙鍗¢厤缃弬鏁� vc: #铏氭嫙鍗℃渶浣庝綑棰濇姤璀﹀�� - alarmValue: 10 \ No newline at end of file + alarmValue: 10 -- Gitblit v1.8.0