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 {