自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-28 672487e96667c7eef98b8208d64ab9bfcd48a1c1
src/main/resources/mapper/LocMastMapper.xml
@@ -63,9 +63,6 @@
                    #{item}
                </foreach>
                and loc_sts = 'O'
                <if test="locType1 != null">
                    and loc_type1 = #{locType1}
                </if>
                and loc_no not in ('0100101', '0100201', '0100301')
                and bay1 != 1 and lev1 != 1
                group by ctn_no
@@ -80,9 +77,6 @@
        from asr_loc_mast
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        order by loc_sts desc ,lev1 asc,bay1 asc
    </select>