public BigDecimal getOrderPrice(Long orderId) { List<OrderLine> lines ... lines.stream() .map(OrderLine::getPrice) .reduce(BigDecimal.
確定! 回上一頁