From 2f272c8d716adaae722f2b1011cbc57866f91af4 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 15 十二月 2022 11:48:33 +0800
Subject: [PATCH] fix:栏目列表查询

---
 ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml |    2 +-
 1 files changed, 1 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 c73222b..632de9b 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -218,7 +218,7 @@
                 and t2.car_number like concat('%',#{queryForViolationParam.carNumber},'%')
             </if>
             <if test="queryForViolationParam.videoPointId != null">
-                and t1.video_point_id=#{queryForViolationParam.videoPointId}
+                and t2.video_point_id=#{queryForViolationParam.videoPointId}
             </if>
             <if test="queryForViolationParam.handlingOpinion != null and queryForViolationParam.handlingOpinion !=''">
                 and t1.handling_opinion like concat('%',#{queryForViolationParam.handlingOpinion},'%')

--
Gitblit v1.8.0