From 9afe7d94c19d98a5a0d691b100cc3ab073073210 Mon Sep 17 00:00:00 2001 From: "yang.lee" Date: Thu, 9 Nov 2023 10:09:05 +0800 Subject: [PATCH] +1 --- WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs index e49a36c4..6015c8d9 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs @@ -417,7 +417,7 @@ namespace Tnb.WarehouseMgr await AgvDispatch(agvTasks, agvCts.Token); } } -# + } } catch (Exception ex) when (ex is HttpRequestException hReqEx)