From 3087ff4ccc174d5952e9650ac3fae61eff477554 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 01 四月 2024 10:42:55 +0800 Subject: [PATCH] 修改 流量计实体增加监测站ID外键和驼峰命名 流量计监测站绑定接口(同步修改流量计的监测站ID外键 和 绑定记录表) 流量计监测站解绑接口(同步修改流量计的监测站ID外键 和 绑定记录表) 条件查询监测站(绑定状态判定) 条件查询已绑定的流量计 回退误修改的获取绑定记录 --- pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml index aec0502..7ac7aec 100644 --- a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml +++ b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/resources/Config.xml @@ -32,17 +32,13 @@ --> <rmiCl rmiSvUrl="127.0.0.1" - rmiSvContext="mwTestServer" - rmiSvPort="9898" + rmiSvContext="mwTestSv" + rmiSvPort="12345" /> <!-- enable:鏄惁鍚姩 - heartbeatTimes:杩炵画閰嶇疆娆℃暟蹇冭烦鍚庡彂閫佷竴娆℃暟鎹� - sendInterval:鍙戦�佸績璺虫垨鏁版嵁鐨勬椂闂撮棿闅� --> <tcpCl enable="true" - heartbeatTimes="3" - sendInterval="3" /> </config> \ No newline at end of file -- Gitblit v1.8.0