自动化立体仓库 - WMS系统
#
Junjie
2026-01-05 657fc44f5f4f76440ca3a3ff6d7f2497a1f8dba6
src/main/resources/mapper/OrderMapper.xml
@@ -59,7 +59,13 @@
        where 1=1
        and settle = 4
        and status = 1
        and doc_type!=18
        and doc_type!=19
        order by create_time asc
    </select>
    <insert id="addToLogTable">
        INSERT INTO man_order_log SELECT * FROM man_order WHERE id = #{id}
    </insert>
</mapper>