20210908 离职人员不上传实名制

This commit is contained in:
2021-09-08 15:15:08 +08:00
parent 5ccec3cd9f
commit 9245f516f4
2 changed files with 8 additions and 5 deletions
+6 -3
View File
@@ -1092,9 +1092,12 @@ namespace BLL
IdcardType = getPerson.IdcardType,
IdcardNumber = getPerson.IdentityCard,
};
//// 插入当日记录表
PersonInOutService.InsertPersonInOutNowNow(newNow);
// GetDataService.CorrectingPersonInOutNumber(projectId);
if (!getPerson.OutTime.HasValue || getPerson.OutTime > DateTime.Now)
{
//// 插入当日记录表
PersonInOutService.InsertPersonInOutNowNow(newNow);
// GetDataService.CorrectingPersonInOutNumber(projectId);
}
}
}
}