项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -35,7 +35,7 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||
var userList = from x in Funs.DB.Sys_User
|
||||
join p in Funs.DB.Project_ProjectUser
|
||||
on x.UserId equals p.UserId
|
||||
where x.UnitId == Const.UnitId_TCC && p.ProjectId == CurrUser.LoginProjectId
|
||||
where x.UnitId == Const.UnitId_XJYJ && p.ProjectId == CurrUser.LoginProjectId
|
||||
select new { UserId = x.UserId, UserName = x.UserName };
|
||||
dpAuditer.DataValueField = "UserId";
|
||||
dpAuditer.DataTextField = "UserName";
|
||||
|
||||
Reference in New Issue
Block a user