wujianwei
2026-02-02 da6bdcbfbe7c37b643f7bd1f4711e69f050172a8
service/src/main/resources/mapper/cwgl/KeyCollectionInfoMapper.xml
@@ -132,6 +132,15 @@
        ORDER BY ord.ESTIMATED_DEPARTURE_TIME ASC
        LIMIT 1
    </select>
    <select id="selectCwBoxNum" resultType="java.lang.String">
    SELECT `NAME` from tms_vehicle where LICENSE_PLATE_NUMBER = #{licensePlateNumber} and `NAME` is not null LIMIT 1
    </select>
    <select id="selectNameByMobile" resultType="java.lang.String">
        SELECT NAME from tms_driver where MOBILE =  #{driverCode}
        limit 1
    </select>
    <!-- 新增 -->
    <insert id="insertKeyCollectionInfo" parameterType="com.ruoyi.cwgl.domain.KeyCollectionInfo"  useGeneratedKeys="true" keyProperty="id">