自动化立体仓库 - WMS系统
#
LSH
2023-12-27 83c9330f576c23aade710bcd996dedd19534e213
src/main/resources/mapper/OrderMapper.xml
@@ -65,7 +65,7 @@
        where 1=1
        and settle = 4
        and status = 1
        order by create_time asc
        order by update_time asc
    </select>
    <select id="selectInOrOutOrders" resultMap="BaseResultMap">
        SELECT * FROM man_order o left join man_doc_type d on o.doc_type = d.doc_id WHERE d.pakin = #{flag} and o.settle in (1,2)