服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-29 49e95fb6375522c3af9a3dd7f106c56724b684f4
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)
            {