Commit b0fa47e2 authored by KeYong's avatar KeYong

更新

parent 7f7a6f7e
......@@ -32,7 +32,7 @@ public class EmergencyServiceImpl implements IEmergencyService {
if ("正常".equals(String.valueOf(x.get("status")))) {
map.put("level", "success");
} else {
map.put("level", "failure");
map.put("level", "warning");
}
list1.add(map);
x.put("status", list1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment