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