This commit is contained in:
yang.lee
2023-11-09 10:09:05 +08:00
parent fc54814fae
commit 9afe7d94c1

View File

@@ -417,7 +417,7 @@ namespace Tnb.WarehouseMgr
await AgvDispatch(agvTasks, agvCts.Token); await AgvDispatch(agvTasks, agvCts.Token);
} }
} }
#
} }
} }
catch (Exception ex) when (ex is HttpRequestException hReqEx) catch (Exception ex) when (ex is HttpRequestException hReqEx)