Commit 858e75aabafd291d2e1d08afe0d0d61e743826c6

Authored by liquanyu
1 parent 4fda458791

血压

Showing 2 changed files with 11 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java View file @ 858e75a
... ... @@ -370,6 +370,8 @@
370 370  
371 371 private Object[] getKeys(Object[] keys)
372 372 {
  373 + Arrays.sort(keys);
  374 + CollectionUtils.reverseArray(keys);
373 375 Object[] items = new Object[keys.length];
374 376 Object obj = keys[0];
375 377 for (int i = 0; i < keys.length; i++) {
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/BabyNutritionConstant.java View file @ 858e75a
  1 +package com.lyms.platform.operate.web.utils;
  2 +
  3 +/**
  4 + * Created by Administrator on 2019-01-30.
  5 + */
  6 +public class BabyNutritionConstant {
  7 +
  8 +
  9 +}