20221020项目选择人时 有角色不为空修改为账号不为空
This commit is contained in:
parent
7b44a17117
commit
8ca211fd8b
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue