Commit cb3c086ac33ff2f1ac602302ca3af95706cbf89f
1 parent
63acd847db
Exists in
master
and in
6 other branches
秦皇岛基本公卫修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdJbgwInterface.java
View file @
cb3c086
... | ... | @@ -513,7 +513,7 @@ |
513 | 513 | map.put("REGISTERFAMILYHISTORY",familyHistory); |
514 | 514 | String personalHistory=""; |
515 | 515 | if(StringUtils.isNotEmpty(antExChuModel.getPersonalHistory())){ |
516 | - Map map1 = JsonUtil.jkstr2Obj(antExChuModel.getFamilyHistory(), Map.class); | |
516 | + Map map1 = JsonUtil.jkstr2Obj(antExChuModel.getPersonalHistory(), Map.class); | |
517 | 517 | personalHistory = FunvCommonUtil.replace(map1, new StringBuilder(), basicConfigService); |
518 | 518 | } |
519 | 519 | map.put("personalHistory",personalHistory); |