tjx
2025-12-01 160debbfa8713b92b2caadcdc4dc9dcab4c3a7fb
MES.Service/service/BasicData/MesItemsManager.cs
@@ -1,4 +1,4 @@
using Masuit.Tools;
using Masuit.Tools;
using MES.Service.DB;
using MES.Service.Dto.webApi;
using MES.Service.Modes;
@@ -116,6 +116,9 @@
            LossPercent = item.FLOSSPERCENT,
            MnemonicCode = item.FMnemonicCode,
            ExpPeriod = item.FExpPeriod,
            ProductionCapacity = string.IsNullOrEmpty(item.FProductionCapacity) ? null : decimal.Parse(item.FProductionCapacity),
            DrawingNumber = item.FDrawingNumber,
            PackagingQuantity = string.IsNullOrEmpty(item.FPackagingQuantity) ? null : decimal.Parse(item.FPackagingQuantity),
            LastupdateDate = DateTime.Now,
            CreateDate = DateTime.Now,
            Company = "1000",