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