From bfc79bdd7420663115671b151e5b14eb705b8f14 Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Wed, 31 Jul 2024 17:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=BD=AE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/zc/business/service/impl/DcEventServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zc-business/src/main/java/com/zc/business/service/impl/DcEventServiceImpl.java b/zc-business/src/main/java/com/zc/business/service/impl/DcEventServiceImpl.java index 15932229..970b6fdd 100644 --- a/zc-business/src/main/java/com/zc/business/service/impl/DcEventServiceImpl.java +++ b/zc-business/src/main/java/com/zc/business/service/impl/DcEventServiceImpl.java @@ -1511,7 +1511,6 @@ public class DcEventServiceImpl extends ServiceImpl impl result.setRight(UniversalEnum.EXIGENCY.getValue()); } } 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())) { if (UniversalEnum.ONE.getValue().equals(result.getRight())) { result.setRight(UniversalEnum.HIGH_SPEED_MAIN_LINE.getValue()); @@ -1569,7 +1568,9 @@ public class DcEventServiceImpl extends ServiceImpl impl } else if (UniversalEnum.TWO.getValue().equals(result.getRight())) { 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())) { result.setRight(UniversalEnum.SINGLE_POINT.getValue()); } else if (UniversalEnum.TWO.getValue().equals(result.getRight())) {