From 13c05648f4a2aeff6018bd8629afad897537a477 Mon Sep 17 00:00:00 2001
From: letsgocoding <sdxt_0802@163.com>
Date: 星期二, 04 三月 2025 13:01:17 +0800
Subject: [PATCH] !103 获取实时数据改为配置 Merge pull request !103 from letsgocoding/wt_from_develop1.0

---
 zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml b/zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml
index 9e56581..2672b6b 100644
--- a/zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml
+++ b/zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml
@@ -80,4 +80,10 @@
             #{id}
         </foreach>
     </delete>
+
+    <select id="selectElectricityPriceDatePageTacticsAll"  resultMap="ElectricityPriceDateResult">
+        <include refid="selectElectricityPriceDateVo"/>
+        WHERE begin_date &lt; CURRENT_TIMESTAMP
+        AND end_date &gt; CURRENT_TIMESTAMP
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3