20230828人员列表查询方法修改
This commit is contained in:
@@ -94,7 +94,7 @@ namespace BLL
|
||||
}
|
||||
}
|
||||
|
||||
if (workPostIds.Count() > 0)
|
||||
if (workPostIds != null && workPostIds.Count() > 0)
|
||||
{
|
||||
getDataList = getDataList.Where(e => workPostIds.Contains(e.WorkPostId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user