DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/DriverMapper.xml
@@ -177,7 +177,7 @@ b.carLicensePlate as licensePlate, b.carColor as carColor, b.vehicleId, CONCAT(d.`name`, c.`name`) as brand, CONCAT(d.`name`, ' ', c.`name`) as brand, ( (select count(id) from t_order_private_car where driverId = a.id and state in (7, 8, 9)) + (select count(id) from t_order_taxi where driverId = a.id and state in (7, 8, 9)) +