Commit 6ac0809e3eee98e66f08d3b289a81efdc9de32f5
1 parent
c4dc56e0f0
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 @
6ac0809
| ... | ... | @@ -271,7 +271,7 @@ |
| 271 | 271 | map.put("checkDate",DateUtil.getyyyy_MM_dd(data.getCheckTime())); |
| 272 | 272 | //产检孕周 |
| 273 | 273 | // map.put("cDueWeek", ResolveUtils.getPregnancyWeek(patients.getLastMenses(),data.getCheckTime())); |
| 274 | - map.put("cDueWeek", ResolveUtils.getPregnancyWeek(patients.getLastMenses(),new Date())); | |
| 274 | + map.put("cDueWeek", checkWeek(patients)); | |
| 275 | 275 | String checkDoctor = ""; |
| 276 | 276 | |
| 277 | 277 | if (org.apache.commons.lang.StringUtils.isNotEmpty(data.getProdDoctor())){ |