修改集团客户化内容
This commit is contained in:
@@ -688,7 +688,8 @@ namespace BLL
|
||||
RelativeName = person.RelativeName,
|
||||
RelativeTel = person.RelativeTel,
|
||||
MultiProject = person.MultiProject,
|
||||
};
|
||||
HomePageType = person.HomePageType,
|
||||
};
|
||||
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
{
|
||||
@@ -781,6 +782,7 @@ namespace BLL
|
||||
newPerson.RelativeName = person.RelativeName;
|
||||
newPerson.RelativeTel = person.RelativeTel;
|
||||
newPerson.MultiProject = person.MultiProject;
|
||||
newPerson.HomePageType = person.HomePageType;
|
||||
|
||||
newPerson.IsCardNoOK = IDCardValid.CheckIDCard(person.IdentityCard);
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
|
||||
Reference in New Issue
Block a user