Commit faa8436fcc128562ce3007ce07026f69ca052116
1 parent
4e768fd775
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
faa8436
... | ... | @@ -1826,7 +1826,7 @@ |
1826 | 1826 | } else if (model.getPtwoDs() >= weight && weight > model.getPoneDs()) { |
1827 | 1827 | res = "中+"; |
1828 | 1828 | } else if (model.getPoneDs() >= weight && weight >= model.getRoneDs()) { |
1829 | - res = "中"; | |
1829 | + res = "正常"; | |
1830 | 1830 | } else if (model.getRoneDs() > weight && weight >= model.getRtwoDs()) { |
1831 | 1831 | res = "中-"; |
1832 | 1832 | } else if (model.getRtwoDs() > weight && weight >= model.getRthreeDs()) { |