Commit c1df2960 authored by libin's avatar libin

Merge remote-tracking branch 'origin/holiday-price' into holiday-price

parents c5b75518 b2147374
......@@ -74,6 +74,6 @@ public class RentVehicleBO extends OrderRentVehicleDetail implements OrderDetail
public void initDate() {
this.startDate = DateUtil.date(getStartTime());
this.endDate = DateUtil.date(getEndDate());
this.endDate = DateUtil.date(getEndTime());
}
}
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