From 3457f993730f1d3edf9603cf8d615a5ffa5a608d Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Tue, 25 Jun 2024 20:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E5=90=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/zc/business/service/impl/DcEventServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 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 928df14f..e22a4166 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 @@ -317,7 +317,7 @@ public class DcEventServiceImpl extends ServiceImpl impl if ("1".equals(dcEvent.getDirection())){ context += "菏泽方向"; } else if ("3".equals(dcEvent.getDirection())){ - context += "菏泽方向"; + context += "济南方向"; } if (dcEvent.getDcEventTrafficControl().getControlType() == 1){ context += "封闭"; @@ -365,7 +365,7 @@ public class DcEventServiceImpl extends ServiceImpl impl if ("1".equals(dcEvent.getDirection())){ context += "菏泽方向"; } else if ("3".equals(dcEvent.getDirection())){ - context += "菏泽方向"; + context += "济南方向"; } if (dcEvent.getDcEventTrafficControl().getControlType() == 1){ context += "封闭"; @@ -474,7 +474,7 @@ public class DcEventServiceImpl extends ServiceImpl impl if ("1".equals(dcEvent.getDirection())){ context += "菏泽方向"; } else if ("3".equals(dcEvent.getDirection())){ - context += "菏泽方向"; + context += "济南方向"; } if (dcEvent.getDcEventTrafficControl().getControlType() == 1){ context += "封闭";