Commit badd9d86 authored by jiaorz's avatar jiaorz

123

parent 36038bed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</select> </select>
<select id="selectByVehicle" parameterType="java.lang.String" resultType="com.xxfc.platform.vehicle.entity.VehicleDepartureLog"> <select id="selectByVehicle" parameterType="java.lang.String" resultType="com.xxfc.platform.vehicle.entity.VehicleDepartureLog">
select vehicle_departure_log.*,vehicle.number_plate select vehicle_departure_log.*
from vehicle_departure_log from vehicle_departure_log
where vehicle_id = #{vehicleId} where vehicle_id = #{vehicleId}
order by create_time desc order by create_time desc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment