服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-18 4a06db3a52e5523db8bf0e11c9590ba29f21247d
Tiger.Controllers.MES/Controllers/MESController.CollectNode.cs
@@ -37,7 +37,7 @@
                    iBiz.MES.Context.NewTransaction(HttpContext, trans);
                }
                response = action.GetResponse(trans);
                response = action.GetResponse();
            }
            catch (System.IO.InvalidDataException ex)
            {
@@ -230,6 +230,5 @@
            trans?.AddHistory(Request, action);
            return Ok(response);
        }
    }
}