Commit 588f8c30 authored by jiaorz's avatar jiaorz

预订时间处理bug

parent 66a85006
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
update vehicle_book_info set update vehicle_book_info set
booked_date = #{bookedDate} booked_date = #{bookedDate}
where where where where
vehicle = #{vehicleId} and `year_month`=#{yearMonth} vehicle = #{vehicle} and `year_month`=#{yearMonth}
</update> </update>
<select id="getByPage4YearMonth" parameterType="java.util.Map" resultType="com.xxfc.platform.vehicle.entity.VehicleBookInfo"> <select id="getByPage4YearMonth" parameterType="java.util.Map" resultType="com.xxfc.platform.vehicle.entity.VehicleBookInfo">
......
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