From d73f1c8f380e28715f80fc585c167d0ab95e3aa0 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期二, 20 八月 2024 11:24:23 +0800
Subject: [PATCH] 修改用户密码长度限制

---
 pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml |   48 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 41 insertions(+), 7 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 7c6ffd2..1a13d73 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -2,11 +2,11 @@
 <config>
     <orgs>
         <!-- 澶氫釜缁勭粐锛岀敤缂栧彿鍖哄垎锛岀紪鍙蜂粠1寮�濮� -->
-        <org1 name="ym">
+        <org1 tag="ym" name="鍏冭皨">
             <districts>
-                <province name="浜戝崡鐪�" num="53" level="1">
-                    <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="2">
-                        <country name="鍏冭皨鍘�" num="28" level="3" />
+                <province name="浜戝崡鐪�" num="53" level="0">
+                    <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="1">
+                        <country name="鍏冭皨鍘�" num="28" level="2" />
                     </city>
                 </province>
             </districts>
@@ -15,12 +15,46 @@
                 <item1 name="鐜伴噾"/>
                 <item2 name="寰俊鏀粯"/>
                 <item3 name="鏀粯瀹濇敮浠�"/>
-                <item3 name="閾惰杞处"/>
+                <item4 name="閾惰杞处"/>
             </payments>
             <settings>
-                    <item1 item_name="lng" item_value=""/>
-                    <item2 item_name="lat" item_value=""/>
+                <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>
         </org1>
+        <org2 tag="sp" name="娌欑洏">
+            <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