Commit fa995e56 authored by jiaorz's avatar jiaorz

预订时间处理bug

parent 588f8c30
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<update id="updateById" parameterType="com.xxfc.platform.vehicle.entity.VehicleBookInfo"> <update id="updateById" parameterType="com.xxfc.platform.vehicle.entity.VehicleBookInfo">
update vehicle_book_info set update vehicle_book_info set
booked_date = #{bookedDate} booked_date = #{bookedDate}
where where where
vehicle = #{vehicle} and `year_month`=#{yearMonth} vehicle = #{vehicle} and `year_month`=#{yearMonth}
</update> </update>
......
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