一、根据某个List中的key来过滤出最大(或者最小)的一条数据Optional<UserInfo>UserInfoCheckOp=reviewUser.stream().max(Comparator.comparing(UserInfo::getOrgType));...