From f2bc08e28dda7022202f07217f6a3c150f818af7 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 20 一月 2025 08:32:16 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms --- Wms/WMS.BLL/DataServer/StockInfoServer.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/DataServer/StockInfoServer.cs b/Wms/WMS.BLL/DataServer/StockInfoServer.cs index d2c0604..29ce25d 100644 --- a/Wms/WMS.BLL/DataServer/StockInfoServer.cs +++ b/Wms/WMS.BLL/DataServer/StockInfoServer.cs @@ -343,7 +343,6 @@ Qty = item.Qty, SecurityQty = item.SecurityQty, Situation = item.Qty < item.SecurityQty ? "1" : "0", - FoldedQty = item.FoldedQty, IsDel = "0", CreateTime = DateTime.Now, CreateUser = 0, -- Gitblit v1.8.0