Junjie
2024-04-19 c0b683ca5c119f485946340c7afba25ef65da988
#严格控制深浅库位出库
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/LocMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocMastMapper.xml
@@ -89,7 +89,7 @@
        <foreach item="loc" collection="locNos" index="index"  separator="," open="(" close=")">
            #{loc}
        </foreach>
        and loc_sts not in ('O','P')
        and loc_sts not in ('O')
        order by row1
    </select>
</mapper>