|
|
@ -317,7 +317,7 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> 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<DcEventMapper, DcEvent> 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<DcEventMapper, DcEvent> impl |
|
|
|
if ("1".equals(dcEvent.getDirection())){ |
|
|
|
context += "菏泽方向"; |
|
|
|
} else if ("3".equals(dcEvent.getDirection())){ |
|
|
|
context += "菏泽方向"; |
|
|
|
context += "济南方向"; |
|
|
|
} |
|
|
|
if (dcEvent.getDcEventTrafficControl().getControlType() == 1){ |
|
|
|
context += "封闭"; |
|
|
|