From 6cd32d53c27458aabebf27c21a984c2f8dd45e01 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 14 十二月 2022 11:31:54 +0800
Subject: [PATCH] fix: 违规检索查询所有

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

diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
index e4f7649..c73222b 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -187,7 +187,6 @@
         LEFT JOIN ums_image_resources t8 on t8.belong_to_id=t1.id
         LEFT JOIN ums_video_point t9 on t9.id=t2.video_point_id
         <where>
-            t1.state IN (7,8)
             <if test="queryForViolationParam.eventSource != null">
                 and t1.event_source=#{queryForViolationParam.eventSource}
             </if>

--
Gitblit v1.8.0