Commit 7c81096d4728f920525a5599809505ae80b0f99c
1 parent
5d5a9cccf6
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
7c81096
| ... | ... | @@ -684,8 +684,7 @@ |
| 684 | 684 | |
| 685 | 685 | map.put("initCheckDate", DateUtil.getyyyy_MM_dd(new Date())); |
| 686 | 686 | |
| 687 | - | |
| 688 | - | |
| 687 | + map.put("organizations", antenatalExaminationFacade.convert()); | |
| 689 | 688 | BaseObjectResponse objectResponse = new BaseObjectResponse(); |
| 690 | 689 | objectResponse.setData(map); |
| 691 | 690 | objectResponse.setErrorcode(ErrorCodeConstants.SUCCESS); |