|
@ -1511,7 +1511,6 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
result.setRight(UniversalEnum.EXIGENCY.getValue()); |
|
|
result.setRight(UniversalEnum.EXIGENCY.getValue()); |
|
|
} |
|
|
} |
|
|
} else if (UniversalEnum.dc_Event_Accident_location_Type.getValue().equals(result.getRightPath()) |
|
|
} else if (UniversalEnum.dc_Event_Accident_location_Type.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_TRAFFIC_CONGESTION_LOCATION_TYPE.getValue().equals(result.getRightPath()) |
|
|
|
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_LOCATION_TYPE.getValue().equals(result.getRightPath())) { |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_LOCATION_TYPE.getValue().equals(result.getRightPath())) { |
|
|
if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|
if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|
result.setRight(UniversalEnum.HIGH_SPEED_MAIN_LINE.getValue()); |
|
|
result.setRight(UniversalEnum.HIGH_SPEED_MAIN_LINE.getValue()); |
|
@ -1569,7 +1568,9 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
} else if (UniversalEnum.TWO.getValue().equals(result.getRight())) { |
|
|
} else if (UniversalEnum.TWO.getValue().equals(result.getRight())) { |
|
|
result.setRight(UniversalEnum.NON_SEALING.getValue()); |
|
|
result.setRight(UniversalEnum.NON_SEALING.getValue()); |
|
|
} |
|
|
} |
|
|
} else if (UniversalEnum.DC_EVENT_CONSTRUCTION_LOCATION_TYPE.getValue().equals(result.getRightPath())) { |
|
|
} else if (UniversalEnum.DC_EVENT_CONSTRUCTION_LOCATION_TYPE.getValue().equals(result.getRightPath()) |
|
|
|
|
|
|| UniversalEnum.DC_EVENT_TRAFFIC_CONGESTION_LOCATION_TYPE.getValue().equals(result.getRightPath()) |
|
|
|
|
|
) { |
|
|
if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|
if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|
result.setRight(UniversalEnum.SINGLE_POINT.getValue()); |
|
|
result.setRight(UniversalEnum.SINGLE_POINT.getValue()); |
|
|
} else if (UniversalEnum.TWO.getValue().equals(result.getRight())) { |
|
|
} else if (UniversalEnum.TWO.getValue().equals(result.getRight())) { |
|
|