Commit 7e08f7f94003756be9cbccb1bf5baff03d2643c4

Authored by litao@lymsh.com
1 parent 29e5c06a0b

改逻辑

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 7e08f7f
... ... @@ -696,7 +696,7 @@
696 696 low2 = 11.9;
697 697 high = 3.8;
698 698 high2 = 18.1;
699   - color = "#00EE76";
  699 + color = "#00CD00";
700 700 } else if(bmiD > 18.5 && bmiD <= 24.9){
701 701 low = 1.4;
702 702 low2 = 11.9;
... ... @@ -831,7 +831,7 @@
831 831 low2 = 11.9;
832 832 high = 3.8;
833 833 high2 = 18.1;
834   - color = "#00EE76";
  834 + color = "#00CD00";
835 835 } else if(bmiD > 18.5 && bmiD <= 24.9){
836 836 title = "标准体重推荐增重均值";
837 837 low = 1.4;