|
|
@ -285,7 +285,9 @@ public class DcWarningServiceImpl implements IDcWarningService { |
|
|
|
String phone = otherConfig.getString("phone"); |
|
|
|
|
|
|
|
String direction = "1".equals(dcWarning.getDirection()) ? "菏泽方向" : "济南方向"; |
|
|
|
String typeName = ValueConverter.eventTypeName(dcWarning.getWarningType().toString()); |
|
|
|
|
|
|
|
int eventType = ValueConverter.convertValueHost(dcWarning.getWarningType()); |
|
|
|
String typeName = ValueConverter.eventTypeName(String.valueOf(eventType)); |
|
|
|
|
|
|
|
String context = dcWarning.getStakeMark() + direction + "," + phone + "上报了一起" + typeName + "事件"; |
|
|
|
dcEventProcess.setContext(context); |
|
|
|