服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-02-21 8a09a1fabfa8840288c10f6c58ff4a6d519e66d7
Tiger.Controllers.MES/Controllers/MESController.PackingNode.cs
@@ -36,7 +36,7 @@
                    iBiz.MES.Context.NewTransaction(HttpContext, trans);
                }
                response = action.GetResponse(trans);
                response = action.GetResponse();
            }
            catch (System.IO.InvalidDataException ex)
            {
@@ -276,6 +276,5 @@
            trans?.AddHistory(Request, action);
            return Ok(response);
        }
    }
}