From 3e6ac0b05ec1ee4456c7402f17677e449a3dcc09 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期二, 27 五月 2025 15:45:28 +0800
Subject: [PATCH] 去除>1800(30分钟)的过滤条件

---
 src/main/resources/mapper/BattTestInfMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/BattTestInfMapper.xml b/src/main/resources/mapper/BattTestInfMapper.xml
index 94f69a3..027dbf0 100644
--- a/src/main/resources/mapper/BattTestInfMapper.xml
+++ b/src/main/resources/mapper/BattTestInfMapper.xml
@@ -61,7 +61,6 @@
             and db_dis_batt.batt_test_inf.binf_id=#{battGroupId}
         </if>
         and test_type=3
-        and test_timelong > 1800
         ORDER BY db_dis_batt.batt_test_inf.test_starttime desc
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1