|
@@ -241,6 +241,7 @@ public class CanalScheduling implements Runnable, ApplicationContextAware {
|
|
|
if (eepReportRecInfo != null) {
|
|
|
afterDataMap.put("destination", eepReportRecInfo.getNextPortName());
|
|
|
afterDataMap.put("berthName", eepReportRecInfo.getBerthName());
|
|
|
+ afterDataMap.put("expectTime", eepReportRecInfo.getExpectTime());
|
|
|
}
|
|
|
// 超过阈值后直接判定为违规船舶
|
|
|
afterDataMap.put("illegalStatus", 3);
|
|
@@ -317,6 +318,7 @@ public class CanalScheduling implements Runnable, ApplicationContextAware {
|
|
|
if (eepReportRecInfo != null) {
|
|
|
afterDataMap.put("destination", eepReportRecInfo.getNextPortName());
|
|
|
afterDataMap.put("berthName", eepReportRecInfo.getBerthName());
|
|
|
+ afterDataMap.put("expectTime", eepReportRecInfo.getExpectTime());
|
|
|
}
|
|
|
// 嫌疑船舶
|
|
|
afterDataMap.put("illegalStatus", 2);
|
|
@@ -370,6 +372,7 @@ public class CanalScheduling implements Runnable, ApplicationContextAware {
|
|
|
if (eepReportRecInfo != null) {
|
|
|
afterDataMap.put("destination", eepReportRecInfo.getNextPortName());
|
|
|
afterDataMap.put("berthName", eepReportRecInfo.getBerthName());
|
|
|
+ afterDataMap.put("expectTime", eepReportRecInfo.getExpectTime());
|
|
|
}
|
|
|
|
|
|
// 嫌疑船舶
|