Commit b08cec17a863f52a3f413c7eb950aa8d55c47a41

Authored by liquanyu
1 parent 915fb27ae0

体重管理

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