自动化立体仓库 - WMS系统
lty
2025-09-10 df11218af96a29e69221078ad981737068acc435
src/main/resources/mapper/BasArmRulesMapper.xml
@@ -31,4 +31,15 @@
        and material_weight = #{materialWeight}
    </update>
    <select id="getNumber" resultType="Integer">
        select material_number
        from asr_bas_arm_rules
        where 1=1
        and material_volume = #{volume}
        and material_length = #{length}
        and material_width = #{width}
        and material_height = #{height}
        and material_weight = #{weight}
    </select>
</mapper>