zhaowc
2025-01-20 f2bc08e28dda7022202f07217f6a3c150f818af7
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,