From 86b6d265f71768e44e528a8aa5215ab494fbc3ca Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 05 十一月 2024 16:10:42 +0800 Subject: [PATCH] 修改常用充值金额配置信息,修改部分接口 --- pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 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 ad70c53..ddcc7a0 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,19 +49,27 @@ <item7 defaultValue = "50" unit = "3" sort = "3" type = "2"/> <item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/> </irrigateProfile> + <rechargeProfile> + <item1 rechargeAmount = "50" sort = "1"/> + <item2 rechargeAmount = "100" sort = "2" /> + <item3 rechargeAmount = "200" sort = "3"/> + <item4 rechargeAmount = "300" sort = "4"/> + <item5 rechargeAmount = "500" sort = "5"/> + <item6 rechargeAmount = "1000" sort = "6"/> + </rechargeProfile> </org1> <org2 tag="sp" name="娌欑洏" enable="true"> <districts> - <province name="鐢樿們鐪�" num="53" level="0"> - <city name="閰掓硥甯�" num="23" level="1"> - <country name="澶х闆嗗洟" num="28" level="2" /> + <province name="鐢樿們鐪�" num="62" level="0"> + <city name="閰掓硥甯�" num="09" level="1"> + <country name="鑲冨窞鍖�" num="02" level="2" /> </city> </province> </districts> <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 = "50" sort = "1"/> + <item2 rechargeAmount = "100" sort = "2" /> + <item3 rechargeAmount = "200" sort = "3"/> + <item4 rechargeAmount = "300" sort = "4"/> + <item5 rechargeAmount = "500" sort = "5"/> + <item6 rechargeAmount = "1000" 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 = "50" sort = "1"/> + <item2 rechargeAmount = "100" sort = "2" /> + <item3 rechargeAmount = "200" sort = "3"/> + <item4 rechargeAmount = "300" sort = "4"/> + <item5 rechargeAmount = "500" sort = "5"/> + <item6 rechargeAmount = "1000" sort = "6"/> + </rechargeProfile> </org3> </orgs> </config> \ No newline at end of file -- Gitblit v1.8.0