no message

This commit is contained in:
kittapath 2025-01-27 16:58:16 +07:00
parent 1cfa4336fd
commit e209efc4e8
7 changed files with 3103 additions and 13 deletions

View file

@ -117,7 +117,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
Note = x.Note,
Remark = x.Remark,
CompanyCode = x.CompanyCode,
CustomerName = x.CustomerName,
Reason = x.Reason,
RefNo1 = x.RefNo1,
OrganizationCodeId = x.OrganizationCodeId,
@ -167,7 +166,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
Note = x.Note,
Remark = x.Remark,
CompanyCode = x.CompanyCode,
CustomerName = x.CustomerName,
Reason = x.Reason,
RefNo1 = x.RefNo1,
OrganizationCodeId = x.OrganizationCodeId,
@ -361,7 +359,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
Note = inserted.Note,
Remark = inserted.Remark,
CompanyCode = inserted.CompanyCode,
CustomerName = inserted.CustomerName,
Reason = inserted.Reason,
RefNo1 = inserted.RefNo1,
CreatedAt = DateTime.Now,
@ -462,7 +459,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
periodExam.Note = updated.Note;
periodExam.Remark = updated.Remark;
periodExam.CompanyCode = updated.CompanyCode;
periodExam.CustomerName = updated.CustomerName;
periodExam.Reason = updated.Reason;
periodExam.RefNo1 = updated.RefNo1;
periodExam.LastUpdatedAt = DateTime.Now;