From 23fb7394bce1bfde8a4a2239b99ac0bc084ef6b3 Mon Sep 17 00:00:00 2001 From: CZ Date: Sun, 23 Jun 2024 09:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B3=E6=B3=89=E7=8E=B0=E5=9C=BA=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=8CTBOX=E8=BF=9E=E6=8E=A5=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/TBox/Service/TBoxService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/TBox/Service/TBoxService.cs b/Service/TBox/Service/TBoxService.cs index 773ee6e..301198c 100644 --- a/Service/TBox/Service/TBoxService.cs +++ b/Service/TBox/Service/TBoxService.cs @@ -73,7 +73,7 @@ public class TBoxService CarInfoResp carInfoResp = new CarInfoResp() { CarNo = carNo, - Connected = TBoxServerMgr.Server != null && TBoxServerMgr.Server.Connected, + Connected = TBoxServerMgr.Server != null, CarInfo = new() { CarNo = carNo,