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