zjh
2025-04-18 b646b9bee3991eb91fb916a290e5efb33eb5f68c
StandardPda/MES.Service/service/QC/RKJService.cs
@@ -453,7 +453,9 @@
            .Select((a, b, c) =>
                new
                {
                    a.Id, a.BillNo, c.Daa001
                    a.Id,
                    a.BillNo,
                    c.Daa001
                })
            .ToList();
@@ -469,7 +471,7 @@
                    JoinType.Left, a.Id == b.ItemInId))
            .Where((a, b) => a.BillNo == qsItemOqcReq.BillNo)
            .Select((a, b) => new
                { b.ItemBarcode, b.Quantity, b.MesScgdGxId })
            { b.ItemBarcode, b.Quantity, b.MesScgdGxId })
            .ToList();
        var barCodes = mesInvItemInsList.Select(s => s.ItemBarcode).ToList();
@@ -598,7 +600,7 @@
                    JoinType.Left, c.Id == m.ItemInId && a.ItemNo == m.ItemNo,
                    JoinType.Left, da.Daa001 == c.RbillNo,
                    JoinType.Left, da.Daa015 == z.LineNo //,
                    //JoinType.Left,c.Bgr == d.UserNo
                                                         //JoinType.Left,c.Bgr == d.UserNo
                ))
            // .WhereIF(lineNo != null && lineNo.Length > 0,
            //     (a, b, c, ca, m, da) => lineNo.Contains(da.Daa015))