wujianwei
2026-03-06 efa3476c41c41b374faf0e03bab1459d4be05d8f
tms/src/main/resources/mapper/tms/TmsCarKeyDispatchMapper.xml
@@ -67,7 +67,7 @@
        WHERE
        thisTab.driver_mobile = #{driverCode}
        AND thisTab.status = 0
        AND thisTab.car_key_expiration_time <= NOW()
        AND thisTab.car_key_expiration_time >= NOW()
        limit 1
    </select>