服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
80 分钟以前 dc1e5cd2c50bdcd712b5f95b2170bf7d421db4f0
Tiger.Controllers.WMS/Controllers/WMSController.InFinished.cs
@@ -37,7 +37,7 @@
                    iBiz.WMS.Context.NewTransaction(HttpContext, trans);
                }
                response = action.GetResponse(trans);
                response = action.GetResponse();
            }
            catch (System.Exception ex)
            {