摘要: Double totalPaymentAmount = Optional.ofNullable(wayfairMonthBill.getPaymentAmountDetailJson()) .filter(StringUtils::isNotBlank).map(paymentAmountDetai 阅读全文
posted @ 2021-10-22 11:27 这很周锐 阅读(51) 评论(0) 推荐(0) 编辑