diff --git a/HybirdFrameworkServices/Charger/BatCharging.Service/ChargerMgrTool.cs b/HybirdFrameworkServices/Charger/BatCharging.Service/ChargerMgrTool.cs index e812993..556a48d 100644 --- a/HybirdFrameworkServices/Charger/BatCharging.Service/ChargerMgrTool.cs +++ b/HybirdFrameworkServices/Charger/BatCharging.Service/ChargerMgrTool.cs @@ -735,6 +735,7 @@ namespace HybirdFrameworkServices { F_EqmCode = CMD106.ASCIINum; F_Sign = CMD106.Sign == 1 ? true : false; + F_IsAuthed = true; } } break;