From a7ec45d5d2fedac59591d17483f6a540ce5e6079 Mon Sep 17 00:00:00 2001 From: renwj Date: Sun, 15 Jan 2023 14:40:17 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.2]=E4=BF=AE=E6=AD=A3=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=BA=E7=A9=BA=E5=BC=95=E8=B5=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=8F=8A=E7=BB=98=E5=88=B6=E9=80=BB=E8=BE=91=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/eagle/core/data/map/entity/V2XRoadEventEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/map/entity/V2XRoadEventEntity.java b/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/map/entity/V2XRoadEventEntity.java index 4d76ad0100..4e1ae694ce 100644 --- a/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/map/entity/V2XRoadEventEntity.java +++ b/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/map/entity/V2XRoadEventEntity.java @@ -73,7 +73,7 @@ public class V2XRoadEventEntity implements Serializable { } public String getTts() { - return tts; + return EventTypeEnumNew.getTts(getPoiType()); } public void setTts(String tts) {