xwt
2025-07-23 41975878bf0b8d3632d8c5f21714502a57632070
StandardInterface/MESApplication/Controllers/QC/XJController.cs
@@ -122,6 +122,8 @@
            dynamic resultInfos = new ExpandoObject();
            var tbBillList =
                new XJService().getBoardItem(lineNo);
            // 按 itemNo 去重
            tbBillList = tbBillList.GroupBy(x => x.ItemNo).Select(g => g.First()).ToList();
            resultInfos.tbBillList = tbBillList;
            return new ResponseResult
            {