liujie
2025-08-22 fa4d91768a990d5e8b759300a1271b12f54c10ca
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/DriverMapper.xml
@@ -393,7 +393,7 @@
        updateTime as updateTime,
        updateUser as updateUser
        from t_driver
        where flag != 3 and state = 2 and authState = 2
        where flag != 3 and state !=1  and authState = 2
        and id in
        (
        select driverId from t_driver_work where startTime < now() and state = 1 and `type` like CONCAT('%', #{type}, '%')
@@ -404,5 +404,6 @@
            and serverCarModelId = #{serverCarModelId}
        </if>
        )
        and id in (select driverId from t_driver_line where `lineId` = #{lineId})
    </select>
</mapper>