From beca28ecb3a730ffb33c21e0c55c729774725faf Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 25 四月 2025 16:51:28 +0800
Subject: [PATCH] 优化备料单发料逻辑

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

diff --git a/Tiger.Controllers.WMS/Controllers/WMSController.LocationTransfer.cs b/Tiger.Controllers.WMS/Controllers/WMSController.LocationTransfer.cs
index ea4eae8..5d06bc5 100644
--- a/Tiger.Controllers.WMS/Controllers/WMSController.LocationTransfer.cs
+++ b/Tiger.Controllers.WMS/Controllers/WMSController.LocationTransfer.cs
@@ -29,7 +29,7 @@
                     iBiz.WMS.Context.NewTransaction(HttpContext, trans);
                 }
 
-                response = action.GetResponse(trans);
+                response = action.GetResponse();
             }
             catch (System.Exception ex)
             {

--
Gitblit v1.9.3