From 1f476c8c21635a6171e0654bafa2fe469385e98b Mon Sep 17 00:00:00 2001 From: xxe Date: Mon, 5 Dec 2022 12:33:28 +0800 Subject: [PATCH] 1 --- HKCardOUT/Bootstrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HKCardOUT/Bootstrapper.cs b/HKCardOUT/Bootstrapper.cs index 68f6d52..d42386b 100644 --- a/HKCardOUT/Bootstrapper.cs +++ b/HKCardOUT/Bootstrapper.cs @@ -107,7 +107,7 @@ namespace HKCardOUT DataBus.saleLogDtos = new System.Collections.Concurrent.ConcurrentQueue(); RemoteService.GetFoodMenus(); RemoteService.GetRangeCtrl(); - //MQTTCon.Connection(); + MQTTCon.Connection(); base.Configure(); }