src/main/resources/mapper/OrderDetlMapper.xml
@@ -181,4 +181,13 @@ and order_id = #{orderId} </update> <select id="selectRemainder" resultMap="BaseResultMap"> select * from man_order_detl where 1=1 and anfme > qty and order_id = #{orderId} </select> </mapper>