Commit d68d13aa authored by jiaorz's avatar jiaorz

添加用户iD

parent 4fd20be9
...@@ -39,4 +39,6 @@ public class BgOrderListVo { ...@@ -39,4 +39,6 @@ public class BgOrderListVo {
private Integer detailId; private Integer detailId;
//车辆编号 //车辆编号
private Integer vehicleCode; private Integer vehicleCode;
private Integer userId;
} }
...@@ -245,6 +245,7 @@ ...@@ -245,6 +245,7 @@
v1.code AS vehicleCode, v1.code AS vehicleCode,
a1. NAME AS username, a1. NAME AS username,
a2.username AS telephone, a2.username AS telephone,
a2.id As userId,
b1.id AS orderId, b1.id AS orderId,
b1.`no` AS orderNo, b1.`no` AS orderNo,
b1.`status` as status, b1.`status` as status,
......
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