From 063021ff33f3dffb7543880ebac988807c107aa8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 17 十月 2022 15:24:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into dev--wxr --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicMethod.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicMethod.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicMethod.cs index ab8885b..e17db27 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicMethod.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicMethod.cs @@ -1044,7 +1044,7 @@ //瀹氫箟涓�涓眬閮ㄥ彉閲� string direction = string.Empty; //涓ょ偣璺濈灏忎簬閰嶇疆璺濈<鏃㈣嚜鍔ㄥ寲閰嶇疆杈撳叆鏉′欢鍦扮悊鍥存爮鍗婂緞>,璇存槑杩涘叆鍖哄煙 - if (r < radius) + if (r*1000< radius) { //鍒拌揪鏌愬湴 direction = "arrive"; -- Gitblit v1.8.0