Commit cab639b51aa36e25d6182f0bc43ed72581bf252b
1 parent
7b3535cd25
Exists in
master
and in
6 other branches
高危因数
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
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntexcOtherHighRiskWorker.java
View file @
cab639b