#
vincentlu
2025-03-27 2f0c77e7d871a1119d6cb143721bd920a6850e93
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/astart/MapDataDispatcher.java
@@ -20,6 +20,7 @@
import org.springframework.boot.context.event.ApplicationReadyEvent;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;
import java.util.*;
/**
@@ -52,7 +53,7 @@
    @Autowired
    private RouteService routeService;
    @EventListener(ApplicationReadyEvent.class)
    @PostConstruct
    public void init() {
        String[][] codeMatrix = this.getCodeMatrix(null);
        this.initRouteMap(null);