From 532e4cb20e82b7705dd65643cde8dfcf6cde8004 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 03 一月 2024 08:13:19 +0800 Subject: [PATCH] # 显示器 --- src/main/java/com/zy/common/utils/NyShuttleOperaUtils.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/common/utils/NyShuttleOperaUtils.java b/src/main/java/com/zy/common/utils/NyShuttleOperaUtils.java index fe9d716..fc00b05 100644 --- a/src/main/java/com/zy/common/utils/NyShuttleOperaUtils.java +++ b/src/main/java/com/zy/common/utils/NyShuttleOperaUtils.java @@ -114,7 +114,7 @@ allNode.addAll(nodes); } - boolean result = navigateMapUtils.writeNavigateNodeToRedisMap(Utils.getLev(startPoint), allNode, true);//閿佸畾璺緞 + boolean result = navigateMapUtils.writeNavigateNodeToRedisMap(Utils.getLev(startPoint), shuttleNo, allNode, true);//閿佸畾璺緞 if (!result) { return null;//璺緞閿佸畾澶辫触 } @@ -167,7 +167,7 @@ nodes.add(node); } } - boolean result = navigateMapUtils.writeNavigateNodeToRedisMap(Utils.getLev(startPoint), nodes, true);//閿佸畾璺緞 + boolean result = navigateMapUtils.writeNavigateNodeToRedisMap(Utils.getLev(startPoint), shuttleNo, nodes, true);//閿佸畾璺緞 if (!result) { return null;//璺緞閿佸畾澶辫触 } -- Gitblit v1.9.1