diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java index 900e1b5..fcab53b 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java @@ -996,7 +996,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient { int level = 0; String range = ""; - if (week < 12) + if (week < 13) { range = "1-1.5"; } @@ -1023,7 +1023,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient { int level = 0; String range = ""; - if (week < 12) + if (week < 13) { range = "1-1.5"; }