xwt
2 天以前 986bbf207ec3ecab9dfbf3fed50b565d2a2676fc
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
            {