UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/DriverMapper.xml
@@ -130,8 +130,8 @@ select driverId from t_driver_work where startTime < now() and state = 1 and `type` like CONCAT('%', #{type}, '%') ) and id in (select driverId from t_driver_orders where `type` = #{type}) and id not in (select driverId from t_settlement_record where paymentStatus = 1) and carId in (select carId from t_car_service where `type` = #{type} <if test="null != serverCarModelId"> and serverCarModelId = #{serverCarModelId} </if>