IPC-610
2024-09-28 a8eaf0a6432009e06b471bc965015e8ef2835b1d
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,