From 97821c4acc241cd65fd4ae890a44201df065c590 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 08 一月 2025 15:18:52 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/model/NavigateNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/common/model/NavigateNode.java b/src/main/java/com/zy/common/model/NavigateNode.java index 5a41b66..dbe37d6 100644 --- a/src/main/java/com/zy/common/model/NavigateNode.java +++ b/src/main/java/com/zy/common/model/NavigateNode.java @@ -32,7 +32,7 @@ this.Father = father; if (this.Father != null) { //璧拌繃鐨勬鏁扮瓑浜庣埗鑺傜偣璧拌繃鐨勬鏁板姞涓� - this.G = father.G + 1; + this.G = father.G + this.G; } else { //鐖惰妭鐐逛负绌轰唬琛ㄥ畠鏄涓�涓粨鐐� this.G = 0; } -- Gitblit v1.9.1