Commit 723e0195ca7587ef42261ce1fb271138a53aa5a1
1 parent
ebe3134249
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
723e019
... | ... | @@ -1697,7 +1697,8 @@ |
1697 | 1697 | } |
1698 | 1698 | |
1699 | 1699 | Map <String, Object> map = new HashMap <>(); |
1700 | - | |
1700 | + map.put("doctorSign", data.getDoctorSign()); | |
1701 | + map.put("patientSign", data.getPatientSign()); | |
1701 | 1702 | /** |
1702 | 1703 | * start |
1703 | 1704 | * 遵化市妇幼新增字段 |
... | ... | @@ -2955,6 +2956,9 @@ |
2955 | 2956 | } |
2956 | 2957 | |
2957 | 2958 | Map <String, Object> map = new HashMap <>(); |
2959 | + map.put("doctorSign", data.getDoctorSign()); | |
2960 | + map.put("patientSign", data.getPatientSign()); | |
2961 | + | |
2958 | 2962 | /** |
2959 | 2963 | * start |
2960 | 2964 | * 遵化市妇幼新增字段 |