Commit c9938091 authored by jiaorz's avatar jiaorz

发现排序

parent 27cb471c
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
,1 as type,update_time as createTime FROM vehicle ,1 as type,update_time as createTime FROM vehicle
WHERE mileage_last_update>=maintenance_mileage WHERE mileage_last_update>=maintenance_mileage
<if test="vehicleCode != null"> <if test="vehicleCode != null">
and vcode = #{vehicleCode} and code = #{vehicleCode}
</if> </if>
<if test="numberPlate != null and numberPlate != '' "> <if test="numberPlate != null and numberPlate != '' ">
and number_plate = #{numberPlate} and number_plate = #{numberPlate}
......
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