|
@@ -54,7 +54,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
a.driver_name driverName,
|
|
|
b.phone,
|
|
|
a.speed,
|
|
|
- if(a.speed is not null,'1','2') state
|
|
|
+ a.enterprise_id enterpriseId,
|
|
|
+ a.enterprise_name enterpriseName
|
|
|
FROM
|
|
|
centerdata_t_housingconstruction_car a
|
|
|
left join centerdata_t_housingconstruction_delivery_personnel b on a.driver_id = b.id
|