Commit 5b0d7e435cb14fa3e1c7bc08eaf46f8c38a75601
1 parent
9a15862137
Exists in
master
and in
6 other branches
血压报告bug修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
5b0d7e4
... | ... | @@ -753,7 +753,7 @@ |
753 | 753 | } else if (weeks >= 13 && weeks <= 28) { |
754 | 754 | mapxy.put("proposal", "建议(孕中期)"); |
755 | 755 | mapxy.put("proposalInfo", xy.getMiddleSuggests()); |
756 | - } else if (weeks >= 30) { | |
756 | + } else if (weeks>=29 && weeks <= 40) { | |
757 | 757 | mapxy.put("proposal", "建议(孕晚期)"); |
758 | 758 | mapxy.put("proposalInfo", xy.getLaterSuggests()); |
759 | 759 | } |