202211301、项目人员身份证变化事件优化。2、新增人员是否同时在多项目字段。
This commit is contained in:
@@ -686,8 +686,9 @@ namespace BLL
|
||||
WorkDate = person.WorkDate,
|
||||
RetirementDate = person.RetirementDate,
|
||||
RelativeName = person.RelativeName,
|
||||
RelativeTel = person.RelativeTel,
|
||||
};
|
||||
RelativeTel = person.RelativeTel,
|
||||
MultiProject = person.MultiProject,
|
||||
};
|
||||
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
{
|
||||
@@ -779,6 +780,7 @@ namespace BLL
|
||||
newPerson.RetirementDate = person.RetirementDate;
|
||||
newPerson.RelativeName = person.RelativeName;
|
||||
newPerson.RelativeTel = person.RelativeTel;
|
||||
newPerson.MultiProject = person.MultiProject;
|
||||
|
||||
newPerson.IsCardNoOK = IDCardValid.CheckIDCard(person.IdentityCard);
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
|
||||
Reference in New Issue
Block a user