and mod.order_id = #{map.order_id}
and mod.matnr = #{map.matnr}
and mod.maktx = #{map.maktx}
and mod.batch = #{map.batch}
update wms_order_detl
set qty = qty + #{qty}
where 1=1
and order_id = #{orderId}
and matnr = #{matnr}
and host_id = #{hostId}
and batch = #{batch}
and (batch IS NULL OR batch = '')
update wms_order_detl
set qty = qty - #{qty}
where 1=1
and order_no = #{orderNo}
and matnr = #{matnr}
and host_id = #{hostId}
and batch = #{batch}
and (batch IS NULL OR batch = '')