20220804考勤月记录校正数据方法优化

This commit is contained in:
2022-08-04 16:57:44 +08:00
parent 019e2fc83e
commit 03b773e8e4
8 changed files with 114 additions and 54 deletions
@@ -1097,7 +1097,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
{
Model.QualityAudit_PersonQuality newPersonQuality = new Model.QualityAudit_PersonQuality
{
PersonQualityId = SQLHelper.GetNewID(typeof(Model.QualityAudit_PersonQuality)),
PersonQualityId = SQLHelper.GetNewID(),
PersonId = newPerson.PersonId,
CompileMan = this.CurrUser.UserId,
CompileDate = DateTime.Now