Commit 93014118ca286c4ec6da4f26d46e85375bc56384
1 parent
7f86dec3d6
Exists in
master
and in
6 other branches
孕周修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
9301411
... | ... | @@ -6175,7 +6175,7 @@ |
6175 | 6175 | Patients patients = patientsService.findOnePatientById(antenatalExaminationModel.getParentId()); |
6176 | 6176 | if (null != patients) { |
6177 | 6177 | //孕周 |
6178 | - map.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), new Date())); | |
6178 | + map.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), antenatalExaminationModel.getCheckDate())); | |
6179 | 6179 | } |
6180 | 6180 | //血压 |
6181 | 6181 | map.put("bloodPressure", antenatalExaminationModel.getBp()); |