Commit cab639b51aa36e25d6182f0bc43ed72581bf252b

Authored by yangfei
1 parent 7b3535cd25

高危因数

Showing 3 changed files with 1 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/ResolveUtils.java View file @ cab639b
... ... @@ -315,7 +315,7 @@
315 315 map.put("name", map.get("fxysu").toString());
316 316 if (map.get("fyyse") != null) {
317 317 String id = map.get("fyyse").toString();
318   - map.put("id", id);
  318 + // map.put("id", id);
319 319 map.put("color", HosptialHighRiskFacade.colorMap.get(id));
320 320 }
321 321 if (map.get("fxpf") != null) {
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntexOtherHighRiskWorker.java View file @ cab639b
... ... @@ -79,7 +79,6 @@
79 79 otherMap.remove("name");
80 80 otherMap.remove("color");
81 81 otherMap.remove("score");
82   - otherMap.remove("id");
83 82  
84 83 String color = "";
85 84 String pingfen = "";
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntexcOtherHighRiskWorker.java View file @ cab639b
... ... @@ -72,7 +72,6 @@
72 72 ResolveUtils.queryOtherRisk(otherHighRisk, listMap);
73 73 for (Map<String, Object> otherMap : listMap) {
74 74 otherMap.remove("name");
75   - otherMap.remove("id");
76 75 otherMap.remove("color");
77 76 otherMap.remove("score");
78 77 String color = "";