服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-25 6c1b1e0601a7db6b576aaa180d6777418a404f18
Tiger.Controllers.WMS/Controllers/WMSController.CustSupplyChecking.cs
@@ -36,7 +36,7 @@
                    iBiz.WMS.Context.NewTransaction(HttpContext, trans);
                }
                response = action.GetResponse(trans);
                response = action.GetResponse();
            }
            catch (System.Exception ex)
            {