Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80a3ae42bd | ||
| 3e2ee1356a | |||
| 405c260209 |
@ -443,6 +443,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