Commit 5d9103696224831a28132b4927a05ab74b14b5b4

Authored by litao@lymsh.com
1 parent e0b27b963d

体重管理相关代码

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 5d91036
... ... @@ -620,7 +620,7 @@
620 620 }
621 621 double highAvg2 = (high2 - high) / 27;
622 622 for (int i = 1; i <= 27; i++) {
623   - highMap.put(13 + i, low + i * highAvg2);
  623 + highMap.put(13 + i, high + i * highAvg2);
624 624 }
625 625 for (int i = 0; i <= 40; i++) {
626 626 normalMap.put(i, (highMap.get(i) + lowMap.get(i)) / 2);