自动化立体仓库 - WMS系统
#
lty
2 天以前 ae4f26b64e2dc981986f2990a65b59cd994f7b9b
src/main/resources/mapper/BasArmRulesMapper.xml
@@ -17,7 +17,7 @@
    <select id="AllStatusSatisfyBasArmRules" resultMap="BaseResultMap">
        select top 10 from asr_bas_arm_rules where 1=1 and status = #{status}
        select top 10 * from asr_bas_arm_rules where 1=1 and status = #{status}
    </select>
    <update id="updateStatus">
@@ -35,7 +35,6 @@
        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}