From 8ca211fd8b500eba3ef26db906d2b459456ccb4e Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Thu, 20 Oct 2022 11:17:08 +0800 Subject: [PATCH] =?UTF-8?q?20221020=E9=A1=B9=E7=9B=AE=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=BA=BA=E6=97=B6=20=E6=9C=89=E8=A7=92=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E4=BF=AE=E6=94=B9=E4=B8=BA=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E4=B8=8D=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/Person/Person_PersonsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/Person/Person_PersonsService.cs b/SGGL/BLL/Person/Person_PersonsService.cs index 77b6ff53..70f3a8f5 100644 --- a/SGGL/BLL/Person/Person_PersonsService.cs +++ b/SGGL/BLL/Person/Person_PersonsService.cs @@ -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) {