Junjie
2024-07-05 62dc1e0176a62e023a361b76f4f59fa073d9eb8f
zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
@@ -137,7 +137,7 @@
    </update>
    <update id="increaseWorkQty">
        update man_order_detl
        update wms_order_detl
        set work_qty = work_qty + #{workQty}
        where 1=1
        and order_id = #{orderId}