ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml
@@ -68,7 +68,7 @@ when type = 5 then '小件物流-跨城' when type = 6 then '包车' else '' end ) as serverStr,carId from t_car_service GROUP BY carId) as ds on ds.carId = cc.id LEFT JOIN (select * from t_driver where flag != 3) AS dd on dd.id = cc.useDriverId) as o LEFT JOIN (select * from t_driver where flag != 3) AS dd on dd.carId = cc.id) as o <where> o.state = 1 <if test="beginTime != null and beginTime != '' and endTime != null and endTime != ''">