Commit a70dc00b authored by 周健威's avatar 周健威

Merge branch 'feature-delay-add' into dev

parents 90fa683f 5ed379c1
......@@ -159,6 +159,7 @@ public class OrderDelayBiz {
//根据订单号获取订单
RestResponse restResponse = vehicleFeign.updateOrderBookRecord(new BookVehicleVO() {{
setVehicleId(orderPageVO.getOrderRentVehicleDetail().getVehicleId());
setVehicleBookRecordId(orvd.getBookRecordId());
setBookStartDate(dto.getBookStartDateTime());
setBookEndDate(dto.getBookEndDateTime());
setBookStartDateTime(dto.getBookStartDateTime());
......
......@@ -16,6 +16,9 @@ public class BookVehicleVO {
@ApiModelProperty("车辆id")
private String vehicleId;
/**
* 填写RecordId 修改日期
*/
private Long vehicleBookRecordId;
/**
......
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