List<JSONObject> collect = bannerList.stream().sorted(Comparator.comparing((JSONObject p)->(Integer)p.get("sortNo")) .thenComparing(Comparator.comparing((JSONObject p)->(Long)p.get("buId")))) .collect(Collectors.toList());
List<JSONObject> collect = bannerList.stream().sorted(Comparator.comparing((JSONObject p)->(Integer)p.get("sortNo")) .thenComparing(Comparator.comparing((JSONObject p)->(Long)p.get("buId")))) .collect(Collectors.toList());