Junjie
9 小时以前 44e258e4f5370a14e92e3c15bccd32e1e4d7280c
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);
    }
}