20210908 离职人员不上传实名制
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user