桩编号非模糊查询
This commit is contained in:
parent
d2337b7991
commit
6deb8e2951
@ -707,7 +707,7 @@
|
|||||||
and ho.internet_serial_number like concat('%', #{internetSerialNumber}, '%')
|
and ho.internet_serial_number like concat('%', #{internetSerialNumber}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="terminalName !=null and terminalName !=''">
|
<if test="terminalName !=null and terminalName !=''">
|
||||||
and ter.name like concat('%', #{terminalName}, '%')
|
and ter.name like concat(#{terminalName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="vinCode !=null and vinCode !=''">
|
<if test="vinCode !=null and vinCode !=''">
|
||||||
and ho.vin_normal like concat('%', #{vinCode}, '%')
|
and ho.vin_normal like concat('%', #{vinCode}, '%')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user