自动化立体仓库 - WMS系统
Junjie
2023-05-26 c9e446957405d666a3fb45d8cbfa434625fa960d
src/main/resources/mapper/LocMastMapper.xml
@@ -320,7 +320,7 @@
    </select>
    <select id="findEmptyLowFrequencyLocMast" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast
        select * from asr_loc_mast
        where loc_type2 = 3
        and loc_type1 = #{locType1}
        and loc_sts = 'O'