From a1b0e5c618b9cd1c2521be14beec70321232ec1d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 11 十二月 2023 14:27:55 +0800
Subject: [PATCH] 删除注释

---
 ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
index bec8da2..472f35e 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -299,6 +299,9 @@
         <if test="beginTime!=null and beginTime!=''">
             and t1.alarm_time between #{beginTime} and #{endTime}
         </if>
+        <if test="type!=null">
+            and t3.type = #{type}
+        </if>
         group by t1.id
         order by t1.id desc
     </select>

--
Gitblit v1.8.0