Commit 2d7ead7300131178abc5ca3b2c4a642fd6178e72

Authored by liquanyu
1 parent ba98c3cb03

体重管理

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 @ 2d7ead7
... ... @@ -423,7 +423,7 @@
423 423 {
424 424 weightType = "正常";
425 425 }
426   - else if (bmi > 25)
  426 + else if (bmi >= 25)
427 427 {
428 428 weightType = "过重";
429 429 }