自动化立体仓库 - WMS系统
#
Junjie
8 天以前 0a63134c5fca10906b261fd4f1aba3f365c031ba
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 *