焊工问题处理

This commit is contained in:
2025-07-02 16:12:26 +08:00
parent 52dec49b5e
commit 38764c36ec
6 changed files with 63 additions and 29 deletions
@@ -629,9 +629,13 @@ namespace BLL
ProjectId = x.ProjectId,
UnitId = x.WED_Unit,
WEDCode = x.WED_Code,
WEDWorkCode = x.WED_WorkCode,
WEDName = x.WED_Name
//UnitName = UnitService.getUnitNamesUnitIds(x.UnitIds),
}).ToList();
})
.GroupBy(p => p.WEDWorkCode)
.Select(g => g.First())
.ToList();
return result;
}
/// <summary>