Commit 59dbeb09 authored by jiaorz's avatar jiaorz

123

parent 72c8f062
......@@ -362,7 +362,7 @@
<update id="updateStatus">
update vehicle
set status = #{status}
where id = #{vehicleId}
where id = #{vehicleId} and status != 3
</update>
<update id="updateMileageStatusByIdAndStatus">
......
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