项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -171,7 +171,7 @@ namespace WebAPI.Controllers
|
||||
where x.ProjectId == projectId && (strUnitId == null || x.UnitId == strUnitId)
|
||||
&& (strWorkPostId == null || x.WorkPostId == strWorkPostId)
|
||||
select x;
|
||||
if (unitId != Const.UnitId_TCC && !string.IsNullOrEmpty(unitId))
|
||||
if (unitId != Const.UnitId_XJYJ && !string.IsNullOrEmpty(unitId))
|
||||
{
|
||||
getViews = getViews.Where(x => x.UnitId == unitId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user