From b1dc9988b9587add132a01faa6bc09e162fe1491 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 08 七月 2024 21:39:38 +0800
Subject: [PATCH] 1、开关阀报中增加农户关联; 2、工作报中增加农户关联; 3、取水口损失流量完善; 4、实现取水日取水量统计。

---
 pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 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 f914f43..2302751 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -20,9 +20,6 @@
             <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="鐏屾簤鐢ㄦ按"/>
@@ -32,5 +29,32 @@
                 <item5 typeName="缁垮寲鐢ㄦ按"/>
             </waterTypes>
         </org1>
+        <org2 name="sp">
+            <districts>
+                <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="绾害"/>
+            </settings>
+            <waterTypes>
+                <item1 typeName="鐏屾簤鐢ㄦ按"/>
+                <item2 typeName="宸ヤ笟鐢ㄦ按"/>
+                <item3 typeName="鐢熸椿鐢ㄦ按"/>
+                <item4 typeName="鍏绘畺鐢ㄦ按"/>
+                <item5 typeName="缁垮寲鐢ㄦ按"/>
+            </waterTypes>
+        </org2>
     </orgs>
 </config>
\ No newline at end of file

--
Gitblit v1.8.0