#
vincentlu
昨天 5c3448b294a23dc75da89bbaba187459af8c6f8d
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/TrafficService.java
@@ -282,7 +282,7 @@
            List<PathDto> pathDtoList = mainService.generateAction(segment.getAgvId(), segmentList, pathList, now);
//            System.out.println("generateAction: " + (System.currentTimeMillis() - startTime));
            mapService.lockPath(null, pathList, agv.getUuid());
            mapService.lockPath(null, pathDtoList, agv.getUuid());
        } catch (Exception e) {
            log.error("TrafficService.trigger", e);