自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-01 e6b9b8f2264cfa75fd87049c9b9217d6d1bc69c7
#
1个文件已修改
5 ■■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -200,7 +200,7 @@
            select
            no = 1,
            b.bay1 as bay,
            count(1) as count
            sum(anfme) as count
            from asr_loc_detl a
            left join asr_loc_mast b on a.loc_no = b.loc_no
            where 1=1
@@ -213,7 +213,7 @@
            select
            no = 2,
            b.bay1,
            count(1) as count
            sum(anfme) as count
            from asr_loc_detl a
            left join asr_loc_mast b on a.loc_no = b.loc_no
            where 1=1
@@ -240,6 +240,7 @@
            and b.row1 >= 18
            and b.row1 <= 30
        </if>
        and a.matnr = #{matnr}
        and b.bay1 = #{bay}
        and b.loc_sts = 'F'
        order by b.row1 asc