自动化立体仓库 - WMS系统
*
lsh
4 小时以前 997116b9fa3a0d95043c6ccc29919333dac48966
*
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/OrderPakoutMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/OrderPakoutMapper.xml
@@ -141,7 +141,7 @@
        where 1=1
        and item_name = #{itemName}
        and order_no != #{orderNo}
        and (settle = 10 or settle = 98)
        and (settle = 10 or settle = 13 or settle = 98)
    </update>
    <select id="selectOrderPakoutMainVoList" resultMap="PakoutMainResultMap">