From 98f8160bd6531ef118d1bfcfb90368a3120ff70d Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期六, 01 四月 2023 13:22:45 +0800
Subject: [PATCH] AI算法效能,AI事件统计

---
 ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml |    5 ++++-
 1 files changed, 4 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 610a851..2ffdc81 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -96,8 +96,11 @@
             <if test="violationsTypeId !=null">
                 and uv.grade_id = #{violationsTypeId}
             </if>
+            <if test="videoId !=null">
+                and uv.video_point_id = #{videoId}
+            </if>
         </where>
-
+        order by id desc
     </select>
 
     <select id="listIllegalBuildingsPage" resultType="com.ycl.vo.casePool.CasePoolIllegalBuildingVO">

--
Gitblit v1.8.0