自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-07-12 c397f976175a24957e7f4db4bd7e694c294ca532
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -196,8 +196,10 @@
        select a.*
        from asr_loc_detl a
        left join asr_loc_mast b on a.loc_no = b.loc_no
        left join asr_bas_crnp c on b.crn_no = c.crn_no
        where 1=1
        and b.loc_sts = 'F'
        and c.out_enable = 'Y'
        and a.matnr = #{matnr}
<!--        <choose>-->
<!--            <when test="batch != null and batch != ''">-->