Junjie
10 小时以前 44e258e4f5370a14e92e3c15bccd32e1e4d7280c
src/main/java/com/zy/core/utils/station/StationRegularDispatchProcessor.java
@@ -175,7 +175,7 @@
        }
    }
    private void attemptClearTaskPath(StationThread stationThread, Integer taskNo) {
    public void attemptClearTaskPath(StationThread stationThread, Integer taskNo) {
        if (stationThread == null || taskNo == null || taskNo <= 0) {
            return;
        }