修改集团客户化内容

This commit is contained in:
2023-01-04 15:27:19 +08:00
parent bb7bdee235
commit 3fb8feb4f3
214 changed files with 84021 additions and 120 deletions
+3 -1
View File
@@ -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))