自动化立体仓库 - WCS系统
Junjie
2023-11-30 c5a29b860b1488cccd64d688a6da57e4102af3bc
#盘点逻辑修改
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 != 'O'
        and loc_sts not in ('O','P')
        order by row1
    </select>
</mapper>