Commit 8bd9d737a13fc98157ea5985999039f40c0df0b8
1 parent
ac77a2d35f
Exists in
master
and in
1 other branch
新版颜色
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
8bd9d73
... | ... | @@ -1407,7 +1407,7 @@ |
1407 | 1407 | colorMap.put("e637b361-99cf-41eb-84f2-f0dab596e928", "risk_" + RiskDefaultTypeEnum.getColor("绿色")); |
1408 | 1408 | colorMap.put("eb146c03-b19f-4e28-b85f-fda574b2283b", "risk_" + RiskDefaultTypeEnum.getColor("红色")); |
1409 | 1409 | colorMap.put("49a36aea-c5b6-4162-87d2-9eb3c6ec00c2", "risk_" + RiskDefaultTypeEnum.getColor("橙色")); |
1410 | - colorMap.put("315107bd-91fe-42a1-9237-752f3c046a40", "risk_" + RiskDefaultTypeEnum.getColor("橙色")); | |
1410 | + colorMap.put("315107bd-91fe-42a1-9237-752f3c046a40", "risk_" + RiskDefaultTypeEnum.getColor("黄色")); | |
1411 | 1411 | |
1412 | 1412 | |
1413 | 1413 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java
View file @
8bd9d73
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | colorMap.put("e637b361-99cf-41eb-84f2-f0dab596e928","risk_" + RiskDefaultTypeEnum.getColor("绿色")); |
40 | 40 | colorMap.put("eb146c03-b19f-4e28-b85f-fda574b2283b","risk_" + RiskDefaultTypeEnum.getColor("红色")); |
41 | 41 | colorMap.put("49a36aea-c5b6-4162-87d2-9eb3c6ec00c2","risk_" + RiskDefaultTypeEnum.getColor("橙色")); |
42 | - colorMap.put("315107bd-91fe-42a1-9237-752f3c046a40","risk_" + RiskDefaultTypeEnum.getColor("橙色")); | |
42 | + colorMap.put("315107bd-91fe-42a1-9237-752f3c046a40","risk_" + RiskDefaultTypeEnum.getColor("黄色")); | |
43 | 43 | |
44 | 44 | |
45 | 45 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |