From e67692e10bd18b95e0320540d0e91bd537acbae8 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期五, 07 六月 2024 11:00:51 +0800
Subject: [PATCH] 调整周期报表
---
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