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