Compare commits

...

2 Commits

Author SHA1 Message Date
Lx
3e2ee1356a Merge branch 'master' into driver 2025-09-09 14:52:19 +08:00
Lx
405c260209 0908 2025-09-08 13:23:13 +08:00

View File

@ -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>