自动化立体仓库 - WMS系统
#
1
2025-12-13 2d2c9d9d849cb1eac9e7697cc3768b5fc488c8df
src/main/resources/mapper/OrderPakoutMapper.xml
@@ -63,6 +63,22 @@
        and status = 1
        order by create_time asc
    </select>
    <select id="selectComplete9" resultMap="BaseResultMap">
        select top 5 *
        from man_order_pakout
        where 1=1
          and settle = 9
          and status = 1
        order by create_time asc
    </select>
    <select id="selectComplete10" resultMap="BaseResultMap">
        select top 5 *
        from man_order_pakout
        where 1=1
          and settle = 10
          and status = 1
        order by create_time asc
    </select>
    <select id="selectComplete8" resultMap="BaseResultMap">
        select top 5 *