From 4288e68cced096a216bebfcd797e78791e192c67 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 04 六月 2025 10:49:34 +0800
Subject: [PATCH] 添加电池组使用时间,常量参数处理,单体统计修改,下拉条件增加

---
 src/main/resources/mapper/BattInfMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/BattInfMapper.xml b/src/main/resources/mapper/BattInfMapper.xml
index 97c223a..4ef0f3f 100644
--- a/src/main/resources/mapper/BattInfMapper.xml
+++ b/src/main/resources/mapper/BattInfMapper.xml
@@ -186,10 +186,10 @@
                 and tb_batt_inf.monvolstd=#{stic.monvolstd}
             </if>
             <if test="stic.startTime!=null">
-                and tb_batt_inf.create_time>=#{stic.startTime}
+                and tb_batt_inf.inuse_time>=#{stic.startTime}
             </if>
             <if test="stic.endTime!=null">
-                and tb_batt_inf.create_time&lt;=#{stic.endTime}
+                and tb_batt_inf.inuse_time&lt;=#{stic.endTime}
             </if>
             <if test="stic.uid>100">
                 and tb_batt_inf.station_id in(

--
Gitblit v1.9.1