zhangback
2026-03-30 36696cc01bfd0ade286a599a49e21b86cccc263e
tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
@@ -747,7 +747,8 @@
        </if>
        and  tdd.driver_id = #{driverId};
        and  tdd.driver_id = #{driverId}
        ORDER BY tdd.id DESC
    </select>
    <select id="selectAssignedItineraryDetail" resultType="com.ruoyi.tms.domain.vo.DriverDispatchVo">
        SELECT tdo.dispatch_no, tdo.customer_name, tdo.license_plate,tdo.transport_line,tdo.status,tdo.latest_departure,
@@ -836,4 +837,4 @@
    limit 50
    </select>
</mapper>
</mapper>