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 {
private BigDecimal realAmount;
//支付方式
private Integer payWay;
//订单详情ID
private Integer detailId;
}
......@@ -255,7 +255,8 @@
o1.start_time as startTime,
o1.end_time as endTime,
b1.real_amount as realAmount,
b1.pay_way as payWay
b1.pay_way as payWay,
o1.id as detailId
FROM
base_order b1
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