提交代码
This commit is contained in:
@@ -750,6 +750,7 @@ namespace BLL
|
||||
RelativeTel = person.RelativeTel,
|
||||
MultiProject = person.MultiProject,
|
||||
HomePageType = person.HomePageType,
|
||||
IsInspectionBrigade = person.IsInspectionBrigade,
|
||||
};
|
||||
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
@@ -859,7 +860,7 @@ namespace BLL
|
||||
newPerson.HomePageType = person.HomePageType;
|
||||
newPerson.LogWorkPostId = person.LogWorkPostId;
|
||||
newPerson.LogMachineId = person.LogMachineId;
|
||||
|
||||
newPerson.IsInspectionBrigade = person.IsInspectionBrigade;
|
||||
newPerson.IsCardNoOK = IDCardValid.CheckIDCard(person.IdentityCard);
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user