src/main/resources/mapper/OrderDetlMapper.xml
@@ -138,7 +138,7 @@ <update id="increase"> update man_order_detl set qty = qty + #{qty} set work_qty = work_qty + #{qty} where 1=1 and order_id = #{orderId} and matnr = #{matnr} @@ -154,7 +154,7 @@ <update id="decrease"> update man_order_detl set qty = qty - #{qty} set work_qty = work_qty - #{qty} where 1=1 and order_no = #{orderNo} and matnr = #{matnr}