Commit b43f4960d86cad2b20b74cc463e94851cbbad66d

Authored by litao@lymsh.com
1 parent 4a0ac03ee3

bbbbbb

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ b43f496
... ... @@ -252,6 +252,7 @@
252 252 Set<String> dayCountSet = new HashSet<>();
253 253 Set<String> monthCountSet = new HashSet<>();
254 254 Set<String> monthCountSet2 = new TreeSet<>(new Comparator<String>() {
  255 +
255 256 @Override
256 257 public int compare(String o1, String o2) {
257 258 return o1.compareTo(o2);