自动化立体仓库 - WMS系统
#
1
9 小时以前 b0dffb07a0a099245f80a86ba2c68a49b6f0feca
src/main/resources/mapper/BasArmRulesMapper.xml
@@ -35,7 +35,16 @@
        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>
    <select id="getStatus" resultType="Integer">
        select status
        from asr_bas_arm_rules
        where 1=1
        and material_length = #{length}
        and material_width = #{width}
        and material_height = #{height}