0908
This commit is contained in:
parent
986deb6e1d
commit
405c260209
@ -162,6 +162,9 @@
|
||||
<if test="map.connectionName != null">
|
||||
and ri.connection_name like concat('%', #{map.connectionName}, '%')
|
||||
</if>
|
||||
<if test="map.connectionPhone != null">
|
||||
and ri.connection_phone like concat('%', #{map.connectionPhone}, '%')
|
||||
</if>
|
||||
<if test="map.driverName != null">
|
||||
and ri.driver_name like concat('%', #{map.driverName}, '%')
|
||||
</if>
|
||||
|
Loading…
Reference in New Issue
Block a user