自动化立体仓库 - WMS系统
#
tzsk
2024-04-11 10ade08bd530b7ee6b5dd83194c8f48d19b327ef
src/main/resources/mapper/LocMastMapper.xml
@@ -167,7 +167,7 @@
        update asr_loc_mast set loc_sts = 'S'
        where row1 >=1 and row1 <= 16
        and bay1 in(21,22,23,37,38,39,56,57,58)
        and lev1 >= 3 and lev1 <= 10
        and lev1 >= 1 and lev1 <= 10
        and loc_sts = 'O'
    </delete>
</mapper>