桩编号非模糊查询

This commit is contained in:
ZZ 2022-01-07 13:45:59 +08:00
parent d2337b7991
commit 6deb8e2951

View File

@ -707,7 +707,7 @@
and ho.internet_serial_number like concat('%', #{internetSerialNumber}, '%')
</if>
<if test="terminalName !=null and terminalName !=''">
and ter.name like concat('%', #{terminalName}, '%')
and ter.name like concat(#{terminalName}, '%')
</if>
<if test="vinCode !=null and vinCode !=''">
and ho.vin_normal like concat('%', #{vinCode}, '%')