From 3a9b5dcd5dd6ed033f80f1696b07135635b3e9f8 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期三, 17 七月 2024 15:35:07 +0800
Subject: [PATCH] Merge branch 'master' into csc
---
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