Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3e2ee1356a | |||
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