wbc
2025-08-15 41411519f05116167adb749a5f1b73ba96f5b5b1
StandardPda/MES.Service/service/Warehouse/MesItemQtManager.cs
@@ -247,7 +247,7 @@
                var itemIdLinkU9 = Db.Queryable<MesLinkU9>()
                    .Where(s => s.TableType == "MES_ITEMS"
                                && s.U9Id == ItemQtRKList.Itemld).First();
                                && s.U9Id == ItemQtRKList.ItemId).First();
                if (itemIdLinkU9 == null)
                {
@@ -260,7 +260,7 @@
                if (mesItems == null)
                {
                    throw new NotImplementedException("[" + ItemQtRKList.Itemld +
                    throw new NotImplementedException("[" + ItemQtRKList.ItemId +
                                                      "]物料不存在,请同步给MES");
                }
                var mesDepot = "";
@@ -346,7 +346,9 @@
                    ProductionOrder = ItemQtRKList.ProductionOrder,
                    DailyPlan = ItemQtRKList.DailyPlan,
                    ProductionActivity = ItemQtRKList.ProductionActivity,
                    FinishedProduct = ItemQtRKList.FinishedProduct
                    FinishedProduct = ItemQtRKList.FinishedProduct,
                    PickingUsage= ItemQtRKList.PickingUsage
                });
            }