Commit d39c1d5e authored by jiaorz's avatar jiaorz

Merge branch 'master-bg-update' into base-modify

parents 0257a878 80f309a8
...@@ -35,4 +35,6 @@ public class BgOrderListVo { ...@@ -35,4 +35,6 @@ public class BgOrderListVo {
private BigDecimal realAmount; private BigDecimal realAmount;
//支付方式 //支付方式
private Integer payWay; private Integer payWay;
//订单详情ID
private Integer detailId;
} }
...@@ -255,7 +255,8 @@ ...@@ -255,7 +255,8 @@
o1.start_time as startTime, o1.start_time as startTime,
o1.end_time as endTime, o1.end_time as endTime,
b1.real_amount as realAmount, b1.real_amount as realAmount,
b1.pay_way as payWay b1.pay_way as payWay,
o1.id as detailId
FROM FROM
base_order b1 base_order b1
LEFT JOIN order_rent_vehicle_detail o1 ON b1.detail_id = o1.id LEFT JOIN order_rent_vehicle_detail o1 ON b1.detail_id = o1.id
......
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