20210826
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user