From e883aeba1b3918016e0222b55fde186e18653920 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期日, 03 十一月 2024 17:25:46 +0800
Subject: [PATCH] 修改一个方字内容
---
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 ad90287..e2efef1 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -13,7 +13,7 @@
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -49,6 +49,14 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org1>
<org2 tag="sp" name="娌欑洏" enable="true">
<districts>
@@ -61,7 +69,7 @@
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -97,6 +105,14 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org2>
<org3 tag="test" name="娴嬭瘯" enable="true">
<districts>
@@ -109,7 +125,7 @@
<dictionaries>
<dict code="protocol" title="鍗忚" valueType="2">
<dictItem>
- <item1 dictCode="protocol" value="p206V1_0_1" name="鑰佸崗璁�" status="1" sort="0" />
+ <item1 dictCode="protocol" value="p206V1" name="鑰佸崗璁�" status="1" sort="0" />
<item2 dictCode="protocol" value="p206V202404" name="鏂板崗璁�" status="0" sort="1" />
</dictItem>
</dict>
@@ -145,6 +161,14 @@
<item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/>
<item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/>
</irrigateProfile>
+ <rechargeProfile>
+ <item1 rechargeAmount = "5000" sort = "1"/>
+ <item2 rechargeAmount = "10000" sort = "2" />
+ <item3 rechargeAmount = "20000" sort = "3"/>
+ <item4 rechargeAmount = "30000" sort = "4"/>
+ <item5 rechargeAmount = "50000" sort = "5"/>
+ <item6 rechargeAmount = "100000" sort = "6"/>
+ </rechargeProfile>
</org3>
</orgs>
</config>
\ No newline at end of file
--
Gitblit v1.8.0