20230828人员列表查询方法修改

This commit is contained in:
2023-08-28 09:47:36 +08:00
parent 6ea5ca4ebe
commit ac7aec1717
2 changed files with 1 additions and 42 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ namespace BLL
}
}
if (workPostIds.Count() > 0)
if (workPostIds != null && workPostIds.Count() > 0)
{
getDataList = getDataList.Where(e => workPostIds.Contains(e.WorkPostId));
}