自动化立体仓库 - WMS系统
zwl
2025-11-21 d8b7e1ccee37e96e71c9072e53bc6fc736cdad2a
src/main/resources/mapper/asrs/OrderDetl1Mapper.xml
@@ -214,7 +214,7 @@
        update man_order_detl1
        set work_qty = work_qty + #{workQty}
        <if test="color!=null and color!='' ">
            , color = #{color}
            , update_by = #{color}
        </if>
        where 1=1
        and order_id = #{orderId}