From f9ee14fbfe22a0a56350580838bb6e4b57f829dc Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期二, 29 七月 2025 17:28:13 +0800 Subject: [PATCH] 等待交互修改 --- wms/LocationHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wms/LocationHelper.cs b/wms/LocationHelper.cs index 6fdf323..257acd5 100644 --- a/wms/LocationHelper.cs +++ b/wms/LocationHelper.cs @@ -2093,7 +2093,7 @@ location.N_LOCK_STATE = 0; location.S_LOCK_STATE = "鏃�; - db.Updateable(location).UpdateColumns(it => new { it.N_CURRENT_NUM, it.S_LOCK_STATE }).ExecuteCommand(); + db.Updateable(location).UpdateColumns(it => new { it.N_CURRENT_NUM, it.N_LOCK_STATE, it.S_LOCK_STATE }).ExecuteCommand(); db.CommitTran(); LogHelper.Info($"BindingLoc瑙i攣閿佽揣浣嶅弬鏁帮細loc:{loc},lockState:鏃�lockNo:0", "瑙i攣"); -- Gitblit v1.9.1