服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-08 ee2b5792cc0ad4d54d10a335269054bc7f4cfe22
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)
            {