服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
23 小时以前 a960900364d19bbf0ad7923a57989609e7fce798
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);
        }
    }
}