md
This commit is contained in:
parent
3f15594e95
commit
1eac96d38b
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user