自动化立体仓库 - WMS系统
zyx
2024-01-22 39823cc541903490dbfa93fd68a629b90f5aafb2
src/main/resources/mapper/LocMastMapper.xml
@@ -155,4 +155,11 @@
        and (bay1 >= #{startBay} and bay1 <= #{endBay})
        and (lev1 >= #{startLev} and lev1 <= #{endLev})
    </select>
    <select id="selectLocDetlNotExist" resultMap="BaseResultMap">
        select * from asr_loc_mast lm
        left join asr_loc_detl ld
        on lm.loc_no = ld.loc_no
        where ld.matnr is null and lm.loc_sts = 'F'
    </select>
</mapper>