Commit 830874155278e110cc7c988ae19e432747a3ce6f

Authored by litao@lymsh.com
1 parent 2c9aebe958
Exists in master and in 1 other branch dev

bbbbbb

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ 8308741
... ... @@ -351,7 +351,7 @@
351 351 }
352 352  
353 353 CollectionUtils.sortListByMapKeyWithDate(restList, "craeted");
354   - Set<String> monthCountSet3 = new HashSet<>();
  354 + List<String> monthCountSet3 = new ArrayList<>();
355 355 for (String s : monthCountSet2) {
356 356 monthCountSet3.add(s.split("年")[1].replace("月", ""));
357 357 }