河北专项检查和移动端
This commit is contained in:
@@ -614,7 +614,9 @@ namespace BLL
|
||||
var getDataLists = (from x in Funs.DB.ProjectData_TeamGroup
|
||||
where x.ProjectId == projectId && (unitId == null || x.UnitId == unitId)
|
||||
orderby x.TeamGroupCode
|
||||
select new Model.BaseInfoItem { BaseInfoId = x.TeamGroupId, BaseInfoCode = x.TeamGroupCode, BaseInfoName = x.TeamGroupName }).ToList();
|
||||
select new Model.BaseInfoItem { BaseInfoId = x.TeamGroupId, BaseInfoCode = x.TeamGroupCode, BaseInfoName = x.TeamGroupName, GroupLeaderId=x.GroupLeaderId,
|
||||
GroupLeaderName= Funs.DB.SitePerson_Person.FirstOrDefault(p=>p.PersonId == x.GroupLeaderId).PersonName,
|
||||
Remark = x.Remark }).ToList();
|
||||
return getDataLists;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user