#
Junjie
2024-06-03 94d510fca880983739dcb35bf8981eff46f212e9
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}