This commit is contained in:
高飞 2026-04-15 09:48:23 +08:00
parent 0dcdd1474a
commit 459cc3fd4f
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ namespace BLL
{
var getPersons = from x in db.View_SitePerson_Person
where x.ProjectId == projectId && x.States == Const.ProjectPersonStates_1
where x.ProjectId == projectId
select new Model.PersonItem
{
SitePersonId = x.SitePersonId,