From 4faf659ac4d1287d41d1a9afab3c302356100185 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 29 八月 2024 10:11:04 +0800
Subject: [PATCH] 在pipIrr-web-remote模块中实现RTU上下行数据日志下载功能RtuLogCtrl.java, 为此在pipIrr-global模块中增加了ByteArrayHttpMessageConverter.java和ByteArrayHttpMessageConverterConfig.java pipIrr-global模块的application-global.yml文件中增加了通信中间件相关URL
---
pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 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 5b007fd..427a63b 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -28,6 +28,16 @@
<item4 typeName="鍏绘畺鐢ㄦ按"/>
<item5 typeName="缁垮寲鐢ㄦ按"/>
</waterTypes>
+ <irrigateProfile>
+ <item1 default_value = "10" unit = "2" sort = "1" type = "1"/>
+ <item2 default_value = "20" unit = "2" sort = "2" type = "1" />
+ <item3 default_value = "1" unit = "1" sort = "3" type = "1"/>
+ <item4 default_value = "2" unit = "1" sort = "4" type = "1"/>
+ <item5 default_value = "20" unit = "3" sort = "1" type = "2"/>
+ <item6 default_value = "30" unit = "3" sort = "2" type = "2"/>
+ <item7 default_value = "50" unit = "3" sort = "3" type = "2"/>
+ <item8 default_value = "80" unit = "3" sort = "4" type = "2"/>
+ </irrigateProfile>
</org1>
<org2 tag="pj" name="鐗囪" enable="false">
<districts>
@@ -55,6 +65,16 @@
<item4 typeName="鍏绘畺鐢ㄦ按"/>
<item5 typeName="缁垮寲鐢ㄦ按"/>
</waterTypes>
+ <irrigateProfile>
+ <item1 default_value = "10" unit = "2" sort = "1" type = "1"/>
+ <item2 default_value = "20" unit = "2" sort = "2" type = "1" />
+ <item3 default_value = "1" unit = "1" sort = "3" type = "1"/>
+ <item4 default_value = "2" unit = "1" sort = "4" type = "1"/>
+ <item5 default_value = "20" unit = "3" sort = "1" type = "2"/>
+ <item6 default_value = "30" unit = "3" sort = "2" type = "2"/>
+ <item7 default_value = "50" unit = "3" sort = "3" type = "2"/>
+ <item8 default_value = "80" unit = "3" sort = "4" type = "2"/>
+ </irrigateProfile>
</org2>
</orgs>
</config>
\ No newline at end of file
--
Gitblit v1.8.0