From 144eef15bc03b074fc328888c924049817315e79 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 5 Jun 2018 22:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/operate/web/service/impl/PatientWeightServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4f95907..fa2974a 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 @@ -405,7 +405,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient setInfo(week, map); // 设置孕期相关营养信息 setGuide(week, map); // 设置指南 - if (week > 11 && week < 41) + if (week > 5 && week < 41) { String weightType = ""; //体重正常 过轻 过重 是依据孕妇BMI指数来的。 -- 1.8.3.1