自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-03 88ed8d1da9f9d19d2b83a88bbf0d08f74540c38e
src/main/resources/mapper/LocDetlMapper.xml
@@ -199,6 +199,7 @@
        (
            select
            no = 1,
            orderBy = 'true',
            b.bay1 as bay,
            sum(anfme) as count
            from asr_loc_detl a
@@ -212,6 +213,7 @@
            union
            select
            no = 2,
            orderBy = 'false',
            b.bay1,
            sum(anfme) as count
            from asr_loc_detl a
@@ -243,7 +245,8 @@
        and a.matnr = #{matnr}
        and b.bay1 = #{bay}
        and b.loc_sts = 'F'
        order by b.row1 asc
        order by b.row1
    </select>
    <select id="queryStockAnfme" resultType="java.lang.Double">