20250329 工作台
This commit is contained in:
@@ -983,5 +983,17 @@ namespace BLL
|
||||
}
|
||||
return passWord;
|
||||
}
|
||||
|
||||
public static Model.SitePerson_Person GetPersonImgByIdentityCard(string identityCard)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(identityCard))
|
||||
{
|
||||
return Funs.DB.SitePerson_Person.FirstOrDefault(e => e.IdentityCard == identityCard);
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user