This commit is contained in:
2021-08-26 11:26:04 +08:00
parent 21b3fd1b44
commit d21c25aabb
13 changed files with 607 additions and 17 deletions
@@ -1164,6 +1164,7 @@ namespace BLL
&& (proCode == null || x.ProCode == proCode) && p.HeadImage != null && p.HeadImage.Length > 0
&& v.TeamId.HasValue && p.HeadImage != null && r.TeamId.HasValue
&& (p.IdentityCard.Length == 15 || p.IdentityCard.Length == 18)
orderby x.ChangeTime descending
select new
{
p.PersonId,