Commit e87118774fb500864b5ab7bcdbd0ec6081e276ac
1 parent
23abb92dc4
Exists in
master
and in
6 other branches
秦皇岛冠新公卫接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdJbgwInterface.java
View file @
e871187
... | ... | @@ -635,8 +635,8 @@ |
635 | 635 | } |
636 | 636 | if(babyModel.getApgarScore() != null){ |
637 | 637 | Map map1 = JsonUtil.str2Obj(babyModel.getApgarScore(), Map.class); |
638 | - map.put("BABYAPGAR1",map.get("pf1").toString()); | |
639 | - map.put("BABYAPGAR5",map.get("pf5".toString())); | |
638 | + map.put("BABYAPGAR1",map1.get("pf1").toString()); | |
639 | + map.put("BABYAPGAR5",map1.get("pf5").toString()); | |
640 | 640 | } |
641 | 641 | map.put("ORGCODE",patients.getHospitalId()); |
642 | 642 | String hospital = ""; |