自动化立体仓库 - WMS系统
lty
7 天以前 d66bc1821a36fd9272292bfa9d9c0980359e9ae0
src/main/resources/mapper/BasArmRulesMapper.xml
@@ -41,4 +41,14 @@
        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}
        and material_weight = #{weight}
    </select>
</mapper>