Commit c4ccd090f002473ff0cc7f2a5ed2c5c857ddca97
1 parent
5acfa369c0
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
c4ccd09
| ... | ... | @@ -495,7 +495,7 @@ |
| 495 | 495 | if (null != postReviewModel.getHospitalId()) { |
| 496 | 496 | organization = organizationService.getOrganization(Integer.valueOf(postReviewModel.getHospitalId())); |
| 497 | 497 | } |
| 498 | - data.add(new AntData(postReviewModel, null != organization ? organization.getName() : "",patients.getDueDate())); | |
| 498 | + data.add(new AntData(postReviewModel, null != organization ? organization.getName() : "",patients.getFmDate())); | |
| 499 | 499 | } |
| 500 | 500 | } |
| 501 | 501 |