From a19be0ea3771d81d7e60203239d664374bda0899 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 14:22:44 +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