From 505e0d47a72f51b0dc4dc315f8fce36cc73abc89 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 29 七月 2025 17:28:28 +0800 Subject: [PATCH] 添加看板获取货位状态接口, 修复容器插入, 货位容器绑定货位字段未更新的问题 --- wms/LocationHelper.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/wms/LocationHelper.cs b/wms/LocationHelper.cs index d03cf2f..b330b3f 100644 --- a/wms/LocationHelper.cs +++ b/wms/LocationHelper.cs @@ -308,6 +308,7 @@ if (updateCgDetalList.Count == 0) { LogHelper.Info($"娌℃湁鏇存柊鐨勭墿鏂欏垪琛�); } + updateCgDetalList.ForEach(d => { d.S_LOC_CODE = loc; }); using (var tran = db.Ado.UseTran()) { -- Gitblit v1.9.1