From e10c9e150cef3096b295e6d9a3160862f4f0128d Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 26 八月 2024 15:26:45 +0800 Subject: [PATCH] 修改农户分页查询接口和查一个农户的所有卡接口 --- pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 6 +++--- 1 files changed, 3 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 2b749e8..5b007fd 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <config> <orgs> - <!-- 澶氫釜缁勭粐锛岀敤缂栧彿鍖哄垎锛岀紪鍙蜂粠1寮�濮� --> - <org1 tag="ym" name="鍏冭皨"> + <!-- 澶氫釜缁勭粐锛岀敤缂栧彿鍖哄垎锛岀紪鍙蜂粠1寮�濮嬶紝enable琛ㄧず鏄惁鍚敤 --> + <org1 tag="ym" name="鍏冭皨" enable="true"> <districts> <province name="浜戝崡鐪�" num="53" level="0"> <city name="妤氶泟褰濇棌鑷不宸�" num="23" level="1"> @@ -29,7 +29,7 @@ <item5 typeName="缁垮寲鐢ㄦ按"/> </waterTypes> </org1> - <org2 tag="pj" name="鐗囪"> + <org2 tag="pj" name="鐗囪" enable="false"> <districts> <province name="浜戝崡鐪�" num="53" level="0"> <city name="涓芥睙甯�" num="23" level="1"> -- Gitblit v1.8.0