自动化立体仓库 - WMS系统
#
1
4 天以前 b0dffb07a0a099245f80a86ba2c68a49b6f0feca
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 *