From aec4636e4fb430055feb66751da0e6c05bb864df Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 30 四月 2025 16:25:30 +0800 Subject: [PATCH] fix(irrigatePlan): 修复终止灌溉计划时长设置错误- 将终止计划的默认时长从 9999 修改为 0 - 此修改确保在终止灌溉计划时,不会出现时长设置过长的问题 --- pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/resources/config.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/resources/config.xml b/pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/resources/config.xml new file mode 100644 index 0000000..1996da7 --- /dev/null +++ b/pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/resources/config.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<config> + <server name="RTU妯℃嫙鍣紙鍗囩骇锛�" showStartInfo="true" company="http://www.dyjs.com"/> + + <!-- + 532328000214 + 532328000215 + 532328000169 + 620201000030 + --> + <base rtuAddr="532328000214"></base> + <!-- --> + <tcpCl mwServerIp="192.168.40.166" mwServerPort="60000" connectTimeout="3000" /> +</config> \ No newline at end of file -- Gitblit v1.8.0