摘要: // 检查放款日期 boolean allMatch = cdiscountMonthBillDetails.stream().map(CdiscountMonthBillDetail::getTransferDate) .distinct() .allMatch(transferDate -> t 阅读全文
posted @ 2022-03-22 17:49 这很周锐 阅读(9) 评论(0) 推荐(0) 编辑