Commit 144eef15bc03b074fc328888c924049817315e79

Authored by liquanyu
1 parent ff04b304fb

测量

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 @ 144eef1
... ... @@ -405,7 +405,7 @@
405 405  
406 406 setInfo(week, map); // 设置孕期相关营养信息
407 407 setGuide(week, map); // 设置指南
408   - if (week > 11 && week < 41)
  408 + if (week > 5 && week < 41)
409 409 {
410 410 String weightType = "";
411 411 //体重正常 过轻 过重 是依据孕妇BMI指数来的。