Junjie
21 小时以前 45052042f06689096093fc86cae36560b2eeb1f0
src/main/java/com/zy/core/utils/StationOperateProcessUtils.java
@@ -153,7 +153,7 @@
    }
    // 检测任务转完成
    public synchronized void checkTaskToComplete() {
    public void checkTaskToComplete() {
        stationRegularDispatchProcessor.checkTaskToComplete();
    }
@@ -163,7 +163,7 @@
    }
    //检测输送站点是否运行堵塞
    public synchronized void checkStationRunBlock() {
    public void checkStationRunBlock() {
        stationRerouteProcessor.checkStationRunBlock();
    }
@@ -173,7 +173,7 @@
    }
    //检测输送站点任务停留超时后重新计算路径
    public synchronized void checkStationIdleRecover() {
    public void checkStationIdleRecover() {
        stationRerouteProcessor.checkStationIdleRecover();
    }
@@ -187,7 +187,7 @@
        return stationDispatchLoadSupport.countCurrentStationTask();
    }
    public synchronized int getCurrentOutboundTaskCountByTargetStation(Integer stationId) {
    public int getCurrentOutboundTaskCountByTargetStation(Integer stationId) {
        if (stationId == null) {
            return 0;
        }