From f3655a7c23c3c490825aa275ba7ce2fec68e76e4 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 31 七月 2024 15:38:28 +0800 Subject: [PATCH] 通信中间件需要查询控制器对象,并关联查询出所绑取水口的编号 --- pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml index 2302751..e346337 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml @@ -2,7 +2,7 @@ <config> <orgs> <!-- 澶氫釜缁勭粐锛岀敤缂栧彿鍖哄垎锛岀紪鍙蜂粠1寮�濮� --> - <org1 name="ym"> + <org1 tag="ym" name="鍏冭皨"> <districts> <province name="浜戝崡鐪�" num="53" level="1"> <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="2"> @@ -18,8 +18,8 @@ <item4 name="閾惰杞处"/> </payments> <settings> - <item1 item_name="lng" item_value="101.87345" remarks="缁忓害"/> - <item2 item_name="lat" item_value="25.70424" remarks="绾害"/> + <item1 item_name="lng" item_value="101.87345" remarks="缁忓害"/> + <item2 item_name="lat" item_value="25.70424" remarks="绾害"/> </settings> <waterTypes> <item1 typeName="鐏屾簤鐢ㄦ按"/> @@ -29,7 +29,7 @@ <item5 typeName="缁垮寲鐢ㄦ按"/> </waterTypes> </org1> - <org2 name="sp"> + <org2 tag="sp" name="娌欑洏"> <districts> <province name="澶╂触" num="53" level="1"> <city name="澶╂触甯�" num="23" level="2"> -- Gitblit v1.8.0