自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-03 d24ba14f1f526cf8d2a68777d684988ab46fbdc3
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -370,7 +370,7 @@
        )
        and a.matnr = #{matnr}
        and b.bay1 = #{bay}
        and b.loc_sts = 'F'
        and b.loc_sts = 'F' and b.frozen != 1
        order by b.row1
        <if test="orderBy != null and orderBy != '' and orderBy == 'false'">
            desc