Junjie
2 天以前 348e9361bef99747ab6d6f7d0086a3639219c170
src/main/java/com/zy/core/utils/StationOperateProcessUtils.java
@@ -461,4 +461,8 @@
    private boolean shouldSkipIdleRecoverForRecentDispatch(Integer taskNo, Integer stationId) {
        return stationRerouteProcessor.shouldSkipIdleRecoverForRecentDispatch(taskNo, stationId);
    }
    public void attemptClearTaskPath(StationThread stationThread, Integer taskNo) {
        stationRegularDispatchProcessor.attemptClearTaskPath(stationThread, taskNo);
    }
}