11
tjx
2025-11-12 c6d9fc76d16c944e64d6490eb2a6d866fd7a38f0
MES.Service/service/QC/SpiAoiService.cs
@@ -443,25 +443,15 @@
        return new MesSpiAoiDetail
        {
            HeaderId = dto.HeaderId ?? 0,
            OffsetCount = dto.OffsetCount,
            MissingCount = dto.MissingCount,
            ReverseCount = dto.ReverseCount,
            LiftedCount = dto.LiftedCount,
            FloatHighCount = dto.FloatHighCount,
            TombstoneCount = dto.TombstoneCount,
            FlipCount = dto.FlipCount,
            WrongPartCount = dto.WrongPartCount,
            LeadLiftCount = dto.LeadLiftCount,
            ColdJointCount = dto.ColdJointCount,
            NoSolderCount = dto.NoSolderCount,
            InsufficientSolderCount = dto.InsufficientSolderCount,
            ExcessSolderCount = dto.ExcessSolderCount,
            BridgeCount = dto.BridgeCount,
            CopperExposureCount = dto.CopperExposureCount,
            SpikeCount = dto.SpikeCount,
            ForeignMatterCount = dto.ForeignMatterCount,
            GlueOverflowCount = dto.GlueOverflowCount,
            PinOffsetCount = dto.PinOffsetCount,
            AreaOverflowCount = dto.AreaOverflowCount,
            AreaUnderflowCount = dto.AreaUnderflowCount,
            ExceedingHeightCount = dto.ExceedingHeightCount,
            InsufficientHeightCount = dto.InsufficientHeightCount,
            XDeviationCount = dto.XDeviationCount,
            YDeviationCount = dto.YDeviationCount,
            CollapseCount = dto.CollapseCount,
            SolderPullTipCount = dto.SolderPullTipCount,
            AbnormalityCount = dto.AbnormalityCount,
            LineDisplayName = dto.LineDisplayName,
            MachineName = dto.MachineName,
            InputBoards = dto.InputBoards,