自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-07-11 adc3f07cd3d717c08e60ff7d3aa8210b5167da29
src/main/resources/mapper/OrderMapper.xml
@@ -53,4 +53,13 @@
        and id = #{orderId}
    </update>
    <select id="selectComplete" resultMap="BaseResultMap">
        select top 5 *
        from man_order
        where 1=1
        and settle = 4
        and status = 1
        order by create_time asc
    </select>
</mapper>