From fe4585554ee6ca6194f71381e69cbfdca4984bdb Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期一, 04 十一月 2024 16:24:03 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/resources/mapper/EnterParkMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/EnterParkMapper.xml b/src/main/resources/mapper/EnterParkMapper.xml index 826e25a..6d86341 100644 --- a/src/main/resources/mapper/EnterParkMapper.xml +++ b/src/main/resources/mapper/EnterParkMapper.xml @@ -18,7 +18,7 @@ <where> 1=1 <if test="carNo != null and carNo != ''"> - and car_no = #{carNo} + and car_no like concat('%',#{carNo},'%') </if> <if test="parkId != null and parkId != ''"> and park_id = #{parkId} -- Gitblit v1.9.1