This commit is contained in:
潘鸿锋 2024-10-09 09:03:19 +08:00
parent ffffb5a4eb
commit a360cb9448
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace BLL
} }
return from x in q.Skip(startRowIndex).Take(maximumRows) return from x in q.Skip(startRowIndex).Take(maximumRows)
select new select new
{ {
x.DesignDrawingsId, x.DesignDrawingsId,
x.ProjectId, x.ProjectId,
x.CNProfessionalId, x.CNProfessionalId,