20221020项目选择人时 有角色不为空修改为账号不为空

This commit is contained in:
杨红卫 2022-10-20 11:17:08 +08:00
parent 7b44a17117
commit 8ca211fd8b
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ namespace BLL
{
var getPersons = from x in db.Person_Persons
where x.PersonId != Const.hfnbdId && x.PersonId != Const.sedinId
&& (x.IsPost == true || !x.IsPost.HasValue) && x.RoleIds != null
&& (x.IsPost == true || !x.IsPost.HasValue) && x.Account != null
select x;
if (listUnitIds.Count() > 0)
{