zhangback
2025-12-09 b054362aaf616bfe0be0b50ae5dc2137091dbd7d
service/src/main/resources/mapper/cwgl/KeyCollectionInfoMapper.xml
@@ -132,6 +132,10 @@
        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>
    <!-- 新增 -->
    <insert id="insertKeyCollectionInfo" parameterType="com.ruoyi.cwgl.domain.KeyCollectionInfo"  useGeneratedKeys="true" keyProperty="id">