From 2d5a5d23496a2fee902cedbcc9537e57a1ce4ffa Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期四, 19 六月 2025 08:31:46 +0800 Subject: [PATCH] 未放电统计不要统计方式(放电停止原因) --- src/main/resources/mapper/BatttestdataInfMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/BatttestdataInfMapper.xml b/src/main/resources/mapper/BatttestdataInfMapper.xml index 304aec3..08b829c 100644 --- a/src/main/resources/mapper/BatttestdataInfMapper.xml +++ b/src/main/resources/mapper/BatttestdataInfMapper.xml @@ -52,12 +52,12 @@ <if test="testEndTime!=null"> and tb_batttestdata_inf.test_starttime<=#{stic.testEndTime} </if> - <if test="typeList!=null"> + <!--<if test="typeList!=null"> and test_stoptype in <foreach item="item" index="index" collection="typeList" open="(" separator="," close=")"> #{item} </foreach> - </if> + </if>--> </where> order by test_starttime desc </select> -- Gitblit v1.9.1