zjh
2025-08-13 9275b49f44d046d35858e4f0aca3e1bb8d7374f5
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
                });
            }