From d09f804c71b452b9039e4e2d9512489814deea73 Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期四, 08 五月 2025 09:28:53 +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