Commit 0c4ae1a0a622a34df35466304eb4d9e01f831cec

Authored by litao@lymsh.com
1 parent 8d925a62fa

1111

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 0c4ae1a
... ... @@ -968,6 +968,7 @@
968 968 */
969 969 public void setAppReport(Map<String, Object> restMap, Map<Integer, String> weights, String beforeWeight, String bmi, Map<String, String> dayWeights) {
970 970 List<Map<String, Object>> restList = new ArrayList<>();
  971 + dayWeights = sortMapByKey(dayWeights);
971 972 if(MapUtils.isNotEmpty(dayWeights)) {
972 973 for (String key : dayWeights.keySet()) {
973 974 Map<String, Object> temp = new LinkedHashMap<>();