Junjie
1 天以前 9c5b9144ed8ed3190a21c4cb66b80e1ed9b7c954
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);
    }
}