2026.04.10
This commit is contained in:
@@ -71,7 +71,7 @@ namespace BLL
|
||||
{
|
||||
getDataList = (from x in db.Sys_User
|
||||
join y in db.Project_ProjectUser on x.UserId equals y.UserId
|
||||
where y.ProjectId == projectId && (x.UnitId == unitId || unitId == null)
|
||||
where y.ProjectId == projectId && (y.UnitId == unitId || unitId == null)
|
||||
&& (roleIds == null || roleList.Contains(y.RoleId)) && (strParam == null || x.UserName.Contains(strParam))
|
||||
&& y.IsPost == true
|
||||
select new Model.UserItem
|
||||
|
||||
Reference in New Issue
Block a user