摘要: @Transactional(rollbackFor = Exception.class) 阅读全文
posted @ 2022-07-27 10:45 cap_ys 阅读(39) 评论(0) 推荐(0)
摘要: energyMeterDeviceMap = energyMeterDeviceService.list().stream().collect(Collectors.toMap(x -> x.getDeviceId() , Function.identity()));//根据设备编码 阅读全文
posted @ 2022-07-27 09:54 cap_ys 阅读(29) 评论(0) 推荐(0)
摘要: public static void getDifferenceSetByGuava(Map<String, Object> bigMap, Map<String, String> smallMap, Map<String, Object> resMap) { Set<String> bigMapK 阅读全文
posted @ 2022-07-27 09:48 cap_ys 阅读(389) 评论(0) 推荐(0)