自动化立体仓库 - WMS系统
zhang
2025-10-13 8050285fdb292d324d36b44f112b287214a0a573
src/main/resources/mapper/asrs/OrderDetlMapper.xml
@@ -203,12 +203,12 @@
    <update id="increaseWorkQty2">
        update man_order_detl
        set work_qty = work_qty + #{workQty}
        <if test="color!=null and color!='' ">
            , color = #{color}
        </if>
        where 1=1
        and order_id = #{orderId}
        and matnr = #{matnr}
        <if test="color!=null and color!='' ">
            and color = #{color}
        </if>
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}