src/main/resources/mapper/asrs/OrderDetlPakoutMapper.xml
@@ -248,4 +248,12 @@ <include refid="standbyAll"></include> </update> <update id="increaseWorkQtyById"> update man_order_detl_pakout set work_qty = work_qty + #{workQty} where 1=1 and id = #{id} </update> </mapper>