Commit 47898099361484b39221e49a41ee9afbaab5da81
1 parent
29afbf7478
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
4789809
| ... | ... | @@ -765,7 +765,7 @@ |
| 765 | 765 | } |
| 766 | 766 | |
| 767 | 767 | map1.put("oRiskId", map.get("fyyse")); |
| 768 | - map1.put("fpId", map.get("fxpf")); | |
| 768 | + map1.put("pfId", idObj); | |
| 769 | 769 | |
| 770 | 770 | if (needLevel) { |
| 771 | 771 | Object idObj1 = map.get("fyyse"); |
| ... | ... | @@ -847,7 +847,7 @@ |
| 847 | 847 | } |
| 848 | 848 | |
| 849 | 849 | map1.put("oRiskId", map.get("fyyse")); |
| 850 | - map1.put("fpId", map.get("fxpf")); | |
| 850 | + map1.put("pfId", idObj); | |
| 851 | 851 | |
| 852 | 852 | if (needLevel) { |
| 853 | 853 | Object idObj1 = map.get("fyyse"); |