Commit 3711f93a24cbea18a5ab458f340852148e3dd934
1 parent
d08ccf6a84
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
3711f93
... | ... | @@ -2389,7 +2389,7 @@ |
2389 | 2389 | String apgarScorePf5 = ""; |
2390 | 2390 | String apgarScorePf10 = ""; |
2391 | 2391 | Map<String, String> m = JsonUtil.getMap(temp.getApgarScore()); |
2392 | - if (MapUtils.isNotEmpty(map)) { | |
2392 | + if (MapUtils.isNotEmpty(m)) { | |
2393 | 2393 | apgarScorePf1 += m.get("pf1") == null ? "" : m.get("pf1"); |
2394 | 2394 | apgarScorePf5 += m.get("pf5") == null ? "" : m.get("pf5"); |
2395 | 2395 | apgarScorePf10 += m.get("pf10") == null ? "" : m.get("pf10"); |