202211301、项目人员身份证变化事件优化。2、新增人员是否同时在多项目字段。

This commit is contained in:
2022-11-30 16:25:59 +08:00
parent 823cba39bb
commit 50b22cc547
11 changed files with 167 additions and 92 deletions
+4 -2
View File
@@ -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))