自动化立体仓库 - WMS系统
Junjie
2023-12-12 0ce7d62e80382c7fcd61cfbd3f5a0403800cb243
src/main/resources/mapper/LocMastMapper.xml
@@ -122,6 +122,17 @@
        ORDER BY row1,bay1,lev1
    </select>
    <select id="selectAreaEmptyByLev" resultMap="BaseResultMap">
        select * from asr_loc_mast
        where loc_sts in ('O')
        and loc_type3 = #{locType3}
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        and lev1 = #{lev}
        ORDER BY row1,bay1,lev1
    </select>
    <select id="selectEmptyByLocNos" resultMap="BaseResultMap">
        SELECT * FROM asr_loc_mast
        WHERE loc_sts IN ('O')