Commit 1007a052 authored by youjj's avatar youjj

车辆保养记录顺序

parent ee926e6a
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
b.number_plate = #{numberPlate} b.number_plate = #{numberPlate}
</if> </if>
</trim> </trim>
order by a.create_time desc
</select> </select>
<select id="selectVoById" resultType="com.xinxincaravan.caravan.vehicle.vo.VehicleUpkeepLogVo"> <select id="selectVoById" resultType="com.xinxincaravan.caravan.vehicle.vo.VehicleUpkeepLogVo">
select a.*, b.number_plate, c.name as branch_company_name select a.*, b.number_plate, c.name as branch_company_name
......
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