上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 1、子查询 // 管理主管查询 Integer manageSupervisor = query.getManageSupervisor(); if (manageSupervisor != null) { queryWrapper .apply("account IN (SELECT accoun 阅读全文
posted @ 2022-09-20 14:37 这很周锐 阅读(324) 评论(0) 推荐(0) 编辑
摘要: /** * 导入压缩文件 * * @param file * @param charsetName * @param consumer */ public static void importZipFile(MultipartFile file, String charsetName, ThrowE 阅读全文
posted @ 2022-09-16 17:20 这很周锐 阅读(52) 评论(0) 推荐(0) 编辑
摘要: /** * 导入压缩文件 * * @param file * @param charsetName * @param consumer */ public static void importZipFile(MultipartFile file, String charsetName, ThrowE 阅读全文
posted @ 2022-09-16 17:16 这很周锐 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Map<String, Map<String, List<AmazonBalanceCustom>>> amazonBalanceMap = amazonBalances.stream() .filter(item -> StringUtils.isNotBlank(item.getDeptName 阅读全文
posted @ 2022-03-30 13:48 这很周锐 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 1、添加注解 /** * 抛出异常函数接口 * * @author liunancun * @date 2021/2/5 */ @FunctionalInterface public interface ThrowExceptionSupplier<T> { /** * 返回一个结果 * * @re 阅读全文
posted @ 2022-03-24 16:43 这很周锐 阅读(117) 评论(0) 推荐(0) 编辑
摘要: // 检查放款日期 boolean allMatch = cdiscountMonthBillDetails.stream().map(CdiscountMonthBillDetail::getTransferDate) .distinct() .allMatch(transferDate -> t 阅读全文
posted @ 2022-03-22 17:49 这很周锐 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Map<String, Integer> marketplaceIdCountMap = amazonTemplateService .getAmazonTemplateList(query, false, false, false).stream() .collect(Collectors.gro 阅读全文
posted @ 2022-02-21 20:57 这很周锐 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Double totalPaymentAmount = Optional.ofNullable(wayfairMonthBill.getPaymentAmountDetailJson()) .filter(StringUtils::isNotBlank).map(paymentAmountDetai 阅读全文
posted @ 2021-10-22 11:27 这很周锐 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Double aDouble = Optional.ofNullable(wayfairMonthBill.getPaymentAmountDetailJson()) .filter(StringUtils::isNotBlank).map(paymentAmountDetailJson -> JS 阅读全文
posted @ 2021-10-21 11:26 这很周锐 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-30 09:06 这很周锐 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页