This commit is contained in:
linfso 2024-06-21 11:43:12 +08:00
parent 3f15594e95
commit 1eac96d38b

View File

@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="searchValue != null and searchValue != ''">
AND ( car_no like concat(#{searchValue}, '%') )
AND car_no like concat('%', #{searchValue}, '%')
</if>
</where>