From fd2de42e8b0019e660f04c72d0a9d218e032f4e4 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期五, 05 七月 2024 13:59:02 +0800
Subject: [PATCH] 添加取水口和更改取水口时判断取水口是否重名

---
 pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml |   27 +++++++++++++++++++++++----
 1 files changed, 23 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 0eaec32..f914f43 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -4,14 +4,33 @@
         <!-- 澶氫釜缁勭粐锛岀敤缂栧彿鍖哄垎锛岀紪鍙蜂粠1寮�濮� -->
         <org1 name="ym">
             <districts>
-                <!-- 鐪佺骇琛屾斂鍖哄湪涓氬姟闇�姹備腑娌℃湁浣撶幇锛屽彧鍦ㄧ帇姹熸捣IC鍗¤璁′腑鐢ㄥ埌锛屾墍浠ヨ繖閲屾妸鍏秎evel璁剧疆涓�0 -->
-                <province name="浜戝崡鐪�" num="53" level="0">
-                    <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="1">
-                        <country name="鍏冭皨鍘�" num="28" level="2" />
+                <province name="浜戝崡鐪�" num="53" level="1">
+                    <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="2">
+                        <country name="鍏冭皨鍘�" num="28" level="3" />
                     </city>
                 </province>
             </districts>
             <user name="瓒呯骇绠$悊鍛�" phone="admin" password="admin" supperAdmin="1" />
+            <payments>
+                <item1 name="鐜伴噾"/>
+                <item2 name="寰俊鏀粯"/>
+                <item3 name="鏀粯瀹濇敮浠�"/>
+                <item4 name="閾惰杞处"/>
+            </payments>
+            <settings>
+                    <item1 item_name="lng" item_value="101.87345" remarks="缁忓害"/>
+                    <item2 item_name="lat" item_value="25.70424" remarks="绾害"/>
+                    <item3 item_name="projectNo" item_value="10" remarks="椤圭洰缂栧彿"/>
+                    <item4 item_name="controllerType" item_value="57" remarks="鎺у埗鍣ㄧ被鍨�"/>
+                    <item5 item_name="protocolName" item_value="p206V202404" remarks="鍗忚鍚嶇О"/>
+            </settings>
+            <waterTypes>
+                <item1 typeName="鐏屾簤鐢ㄦ按"/>
+                <item2 typeName="宸ヤ笟鐢ㄦ按"/>
+                <item3 typeName="鐢熸椿鐢ㄦ按"/>
+                <item4 typeName="鍏绘畺鐢ㄦ按"/>
+                <item5 typeName="缁垮寲鐢ㄦ按"/>
+            </waterTypes>
         </org1>
     </orgs>
 </config>
\ No newline at end of file

--
Gitblit v1.8.0