From ccf2636ded6083c98855597ccb12b3ece182886f Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 29 十一月 2022 16:49:58 +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 857dc90..b688524 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -216,7 +216,7 @@
and t1.state=#{queryForViolationParam.state}
</if>
<if test="queryForViolationParam.carNumber != null and queryForViolationParam.carNumber!=''">
- and t2.car_umber like concat('%',#{queryForViolationParam.carNumber},'%')
+ and t2.car_number like concat('%',#{queryForViolationParam.carNumber},'%')
</if>
<if test="queryForViolationParam.videoPointId != null">
and t1.video_point_id=#{queryForViolationParam.videoPointId}
--
Gitblit v1.8.0