|
@ -1553,7 +1553,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_CONGESTION_AHEAD.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_CONGESTION_AHEAD.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_AT_INTERSECTION.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_AT_INTERSECTION.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_ON_CURVE.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_ON_CURVE.getValue().equals(result.getRightPath()) |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_IS_PRIVATE.getValue().equals(result.getRightPath())) { |
|
|
|| UniversalEnum.DC_EVENT_VEHICLE_ACCIDENT_IS_PRIVATE.getValue().equals(result.getRightPath()) |
|
|
|
|
|
|| UniversalEnum.IN_TUNNEL.getValue().equals(result.getRightPath())) { |
|
|
if (UniversalEnum.ZERO.getValue().equals(result.getRight())) { |
|
|
if (UniversalEnum.ZERO.getValue().equals(result.getRight())) { |
|
|
result.setRight(UniversalEnum.NO.getValue()); |
|
|
result.setRight(UniversalEnum.NO.getValue()); |
|
|
} else if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|
} else if (UniversalEnum.ONE.getValue().equals(result.getRight())) { |
|
|