From b0bbf803a56ced1d89bd7c966686983259eae1e0 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 17 十月 2024 00:23:08 +0800
Subject: [PATCH] 优化事务写法

---
 Tiger.Controllers.WMS/Controllers/WMSController.OtherInLocationChecking.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Controllers.WMS/Controllers/WMSController.OtherInLocationChecking.cs b/Tiger.Controllers.WMS/Controllers/WMSController.OtherInLocationChecking.cs
index 96db72b..d2d8e2d 100644
--- a/Tiger.Controllers.WMS/Controllers/WMSController.OtherInLocationChecking.cs
+++ b/Tiger.Controllers.WMS/Controllers/WMSController.OtherInLocationChecking.cs
@@ -37,7 +37,7 @@
                     iBiz.WMS.Context.NewTransaction(HttpContext, trans);
                 }
 
-                response = action.GetResponse(trans);
+                response = action.GetResponse();
             }
             catch (System.Exception ex)
             {

--
Gitblit v1.9.3