Commit 89ef2d3fb291c44dc3710048443e17e1a9329430
1 parent
667e6bec46
Exists in
dev
#fix:优化大同五色接口
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientDtController.java
View file @
89ef2d3
| ... | ... | @@ -1262,7 +1262,7 @@ |
| 1262 | 1262 | priorityMap.put("红色", 2); |
| 1263 | 1263 | priorityMap.put("橙色", 3); |
| 1264 | 1264 | priorityMap.put("黄色", 4); |
| 1265 | - priorityMap.put("绿色", 5); | |
| 1265 | + priorityMap.put("绿色(低风险)", 5); | |
| 1266 | 1266 | |
| 1267 | 1267 | Map<String, String> highestPriorityMap = null; |
| 1268 | 1268 | int highestPriority = Integer.MAX_VALUE; |