Commit a12d4cca4eb78561f71b9ef9fc4bc4f466fc1dd4
1 parent
c40cc1e05d
Exists in
master
and in
6 other branches
威海体重
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 @
a12d4cc
... | ... | @@ -996,7 +996,7 @@ |
996 | 996 | { |
997 | 997 | int level = 0; |
998 | 998 | String range = ""; |
999 | - if (week < 12) | |
999 | + if (week < 13) | |
1000 | 1000 | { |
1001 | 1001 | range = "1-1.5"; |
1002 | 1002 | } |
... | ... | @@ -1023,7 +1023,7 @@ |
1023 | 1023 | { |
1024 | 1024 | int level = 0; |
1025 | 1025 | String range = ""; |
1026 | - if (week < 12) | |
1026 | + if (week < 13) | |
1027 | 1027 | { |
1028 | 1028 | range = "1-1.5"; |
1029 | 1029 | } |