wxw
2025-04-30 d1e9b4b34378bbee52b62c38f80ca678501e04cd
Wms/WMS.BLL/BllTransServer/HopperTransportServer.cs
@@ -689,6 +689,10 @@
                    stockDetail.Status = "0";//待分配
                    stockDetail.InspectStatus = "0";//待检验
                }
                else if (endAreaInfo.Type == "4")//设备区
                {
                }
                //修改库存明细
                Db.Updateable(stockDetail).ExecuteCommand();