From f7c748120263ee6fbed1b137cbd7dad64e249c02 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 11 一月 2025 12:41:34 +0800
Subject: [PATCH] 1、通信中间件中,取水口日取水量统计重新实现,统计数据来源只采用关阀报,不再采用工作报和开阀报了; 2、临时任务中,增加统计取水口是取水量统计。

---
 pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 93fa170..a8b54fa 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml
@@ -90,8 +90,8 @@
                 <item3 name="閾惰杞处"/>
             </payments>
             <settings>
-                <item1 item_name="lng" item_value="116" remarks="缁忓害"/>
-                <item2 item_name="lat" item_value="27" remarks="绾害"/>
+                <item1 item_name="lng" item_value="116.00433826446535" remarks="缁忓害"/>
+                <item2 item_name="lat" item_value="26.473821341291966" remarks="绾害"/>
                 <item3 item_name="zoomMp" item_value="12" remarks="鎵嬫満鍦板浘缂╂斁绾у埆"/>
                 <item4 item_name="zoomPc" item_value="19" remarks="PC鏈哄湴鍥剧缉鏀剧骇鍒�"/>
                 <item5 item_name="projectName" item_value="楂樻晥鏅烘収绠$亴寰亴浜戞湇鍔$鐞嗗钩鍙�" remarks="椤圭洰鍚嶇О"/>
@@ -279,8 +279,8 @@
                 <item3 name="閾惰杞处"/>
             </payments>
             <settings>
-                <item1 item_name="lng" item_value="103" remarks="缁忓害"/>
-                <item2 item_name="lat" item_value="38" remarks="绾害"/>
+                <item1 item_name="lng" item_value="103.09122920036317" remarks="缁忓害"/>
+                <item2 item_name="lat" item_value="38.62387375005241" remarks="绾害"/>
                 <item3 item_name="zoomMp" item_value="12" remarks="鎵嬫満鍦板浘缂╂斁绾у埆"/>
                 <item4 item_name="zoomPc" item_value="19" remarks="PC鏈哄湴鍥剧缉鏀剧骇鍒�"/>
                 <item5 item_name="projectName" item_value="楂樻晥鏅烘収绠$亴寰亴浜戞湇鍔$鐞嗗钩鍙�" remarks="椤圭洰鍚嶇О"/>

--
Gitblit v1.8.0